0

Need to change "Completed the [Product Name] Setup wizard" message to "[Product Name] installed successfully." in wix ui dialog?

  • 1
    you could follow [my answer](https://stackoverflow.com/a/46462452/3046223) to the similar question, because the solution is actually the same, just use [ExitDialog.wxs](https://github.com/AnalogJ/Wix3.6Toolset/blob/master/RC0-source/wix36-sources/src/ext/UIExtension/wixlib/ExitDialog.wxs) instead of FatalError. I cant write the full answer at the moment, sorry. – Ernis Sep 28 '17 at 12:46
  • 1
    Possible duplicate of [Customizing text in the standard Wix dialogs](https://stackoverflow.com/questions/1723840/customizing-text-in-the-standard-wix-dialogs) – Ernis Oct 02 '17 at 13:51
  • 1
    Actually there is another way to solve your problem. You can use localisation as described in this [answer](https://stackoverflow.com/a/1725018/3046223) – Ernis Oct 02 '17 at 13:53

0 Answers0