Dear all,
I have write a custom bootstrapper use wpf, it will show some prerequisites. everything is ok. but when click install , the msipackage internal ui showed behind of wpf ui. how to set the internal ui to topmost , thank you! *my bundles.wxs as follows:* <BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost"> <PayloadGroupRef Id="InstallerPayload"/> </BootstrapperApplicationRef> <Chain> <PackageGroupRef Id="NetFx40Full"/> <PackageGroupRef Id="InstallerPackages"></PackageGroupRef> </Chain> </Bundle> <Fragment> <PayloadGroup Id="InstallerPayload"> <Payload SourceFile="..\CustomBootstrapper\bin\release\MahApps.Metro.dll"/> <Payload SourceFile="..\CustomBootstrapper\bin\release\System.Windows.Interactivity.dll"/> <Payload SourceFile ="..\CustomBootstrapper\bin\release\CustomBootstrapper.dll"/> <Payload SourceFile="..\CustomBootstrapper\BootstrapperCore.config" /> <Payload SourceFile="C:\Program Files (x86)\WiX Toolset v3.7\SDK\Microsoft.Deployment.WindowsInstaller.dll"/> </PayloadGroup> </Fragment> <Fragment> <PackageGroup Id="InstallerPackages"> <!--<MsiPackage Id="CRMInstall" Vital="yes" Name="Packages\SetupProject1.msi" SourceFile="Packages\SetupProject1.msi" DisplayInternalUI="yes">--> <MsiPackage Id="CRMInstall" Vital="yes" Name="Packages\StandardSetup.msi" SourceFile="..\StandardSetup\bin\Release\StandardSetup.msi" DisplayInternalUI="yes"> </MsiPackage> </PackageGroup> </Fragment> Sincerely Phoenix ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users