Bob Arnson-6 wrote: > > barry wrote: >> anyone know how adding a bootstrapper could cause comboboxes to freeze on >> a >> custom ui dialog? >> > > You probably want to talk to the bootstrapper folks. > > -- > sig://boB > http://joyofsetup.com/ >
Thanks Bob, Do you know where is the best place to post my problem for the bootstrapper experts? As below this is how i applied the bootstrapper to my wixproject file.. "barry wrote: > > <ItemGroup> > <BootstrapperFile Include=" Microsoft.Windows.Installer.3.1"> > <ProductName>Windows Installer 3.1</ProductName> > </BootstrapperFile> > <BootstrapperFile Include="Microsoft.Net.Framework.2.0"> > <ProductName>.NET Framework 2.0</ProductName> > </BootstrapperFile> > <BootstrapperFile Include="Microsoft.Office.PIA.XP"> > <ProductName>Office XP Interop Assemblies</ProductName> > </BootstrapperFile> > </ItemGroup> > <Target Name="Bootstrapper" Inputs="$(OutDir)$(TargetFileName)" > Outputs="$(OutDir)\Setup.exe" Condition=" '$(OutputType)'=='package' "> > <GenerateBootstrapper ApplicationName="Case Study Prerequisites" > ApplicationFile="$(TargetFileName)" > BootstrapperItems="@(BootstrapperFile)" ComponentsLocation="Relative" > OutputPath="$(OutputPath)" Culture="en-US" /> > </Target> > <Import Project="$(WixTargetsPath)" /> > <PropertyGroup> > <BuildDependsOn>$(BuildDependsOn);Bootstrapper</BuildDependsOn> > </PropertyGroup> > > The only difference i could see with this was that in the wixproj file > there was no "builddependson" line > <BuildDependsOn>$(BuildDependsOn);Bootstrapper</BuildDependsOn> > the last time i added a bootstrapper i replaced thias line. In my > wixprojfile for theis installer this line was missing so I just inserted > the bootstrapper code. > Thanks for getting back to me by the way Regards Barry -- View this message in context: http://n2.nabble.com/adding-a-bootstrapper-breaks-comboboxes-on-custom-UI%21-tp2631805p2723022.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users