Hello, I downloaded WiX-Toolset v3.10 and want to have an Install Successful/Uninstall Successful message on Install/Uninstall dialog.
Based on this <http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Add-text-to-final-window-in-burn-bootstrapper-installer-tp7588444p7588546.html> discussion I configured my custom theme-XML like: ... <Page Name="Success"> <Text Name="SuccessHeader" X="11" Y="80" Width="-11" Height="30" FontId="2" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.SuccessHeader)</Text> <Text Name="SuccessSetupHeader" X="11" Y="80" Width="-11" Height="30" FontId="2" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.SuccessSetupHeader)</Text> <Text Name="SuccessUninstallHeader" X="11" Y="80" Width="-11" Height="30" FontId="2" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.SuccessUninstallHeader)</Text> <Button Name="LaunchButton" X="-91" Y="-11" Width="120" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessLaunchButton)</Button> <Text Name="SuccessRestartText" X="-11" Y="-51" Width="400" Height="34" FontId="3" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.SuccessRestartText)</Text> <Button Name="SuccessRestartButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessRestartButton)</Button> <Button Name="SuccessCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.SuccessCloseButton)</Button> </Page> ... My WXL like: ... <String Id="SuccessHeader" Overridable="yes">Setup Successful</String> <String Id="SuccessSetupHeader" Overridable="yes">Setup Successful"</String> <String Id="SuccessUninstallHeader" Overridable="yes">Uninstall Successful</String> ... My WXS-File contains the following: <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLargeLicense"> <bal:WixStandardBootstrapperApplication LicenseFile="license.rtf" LogoFile="MyLogo" ShowVersion="yes" SuppressDowngradeFailure="no" SuppressOptionsUI="yes" SuppressRepair="yes" ThemeFile="CustomTheme.xml" /> <!-- Multi language support. Filename must not be changed. Otherwise the bootstrapper will not localize them. It automatically tries to localize the UI based on the user UI language, falling back to the system UI language, and finally falling back to English --> <!-- German --> <Payload Name="1031\thm.wxl" SourceFile="1031\thm.wxl" /> <!-- English --> <Payload Name="1033\thm.wxl" SourceFile="1033\thm.wxl" /> </BootstrapperApplicationRef> But when I run the bootstrapper, text of Install/Uninstall will both be displayed! I excpected that only one of them will be displayed. Does anyone have an idea where my problem is? Best regards, Stefan -- ----- Der IT und Business-Blog unter http://blog.doubleSlash.de --------------------------------------------------------------------------------------------- *Stefan Petry* Software Architect doubleSlash Net-Business GmbH Otto-Lilienthal-Str. 2 D-88046 Friedrichshafen Fon: +49 7541 / 70078-152 Fax: +49 7541 / 70078-111 stefan.pe...@doubleslash.de <mailto:stefan.pe...@doubleslash.de> http://doubleSlash.de --------------------------------------------------------------------------------------------- doubleSlash Net-Business GmbH Geschäftsführung: Konrad Krafft, Oliver Belikan, Andreas Strobel Sitz, Registergericht: Friedrichshafen, Amtsgericht Ulm HRB 631718 --------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------ New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users