You should also go to your project's properties right-click the project name in the Solution Explorer and select "Properties" , go to the "Linker" tab, and in the edit control next to "Cultures:" enter "en-US" without the quotes. If you are using the WiX command line, you'll need to specify the following on the light. If light. Information on the differences between these is easy to find and is included with the WiX help file.
If you run into problems building the setup with Visual Studio, make sure you've specified the culture in the linker settings. Also try right-clicking the project name and selecting "Rebuild All".
If you're still having problems, try shutting down and restarting Visual Studio, re-opening the setup project, and Rebuilding All again. If you're still running into problems, the WiX SourceForge page has some great supportive mailing lists you can search or join. Customizing a dialog by adding a checkbox is not much more complicated. Extending this example to customize another dialog in another dialog series should be straightforward.
Don't worry - you won't have to recompile WiX, but you will need to download the source code for the build of WiX that you are using. First, you'll need a property that indicates whether or not to place a shortcut on the desktop. If you already have an individual component that installs the shortcut, you can simply add the conditional. Otherwise, your code might look as follows replace the highlighted sections with what fits for your installation :.
Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Removing license dialog Ask Question. Asked 9 years, 2 months ago. Active 5 years, 9 months ago.
Viewed 19k times. Thanks for any suggestions. Add a comment. Active Oldest Votes. Sean Sean 1, 1 1 gold badge 22 22 silver badges 27 27 bronze badges.
Thank you, Sean, for your suggestion. Great answer. However, for those who have 'simple' installations with a fixed install path and only one feature, I recommend replacing InstallDirDlg with VerifyReadyDlg. I recommend a higher order that "2". But who wants to read the source? Other dialogs of other WixUI can use an order that maxes out at 4.
Because Order means something like weight - higher has precedence. Sign up using Facebook. Sign up using Email and Password. Post as a guest Name. Email Required, but never shown. The Overflow Blog. Podcast Helping communities build their own LTE networks. Podcast Making Agile work for data science. Featured on Meta. New post summary designs on greatest hits now, everywhere else eventually. Related Hot Network Questions.
0コメント