This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:tutorials:publishing:preparing_a_windows_release [2020/08/31 12:27 (5 years ago)] – ↷ Page moved from en:tutorials:community:sausage:preparing_a_windows_release to en:tutorials:publishing:preparing_a_windows_release sausage | en:tutorials:publishing:preparing_a_windows_release [2025/09/30 17:26 (6 weeks ago)] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| The following acts as a tutorial and a reference checklist for preparing your build for release and packaging for deployment. It covers preparing and inserting an icon for your executable, a checklist of things for your config files, and finally to create a setup.exe. | The following acts as a tutorial and a reference checklist for preparing your build for release and packaging for deployment. It covers preparing and inserting an icon for your executable, a checklist of things for your config files, and finally to create a setup.exe. | ||
| + | |||
| + | |||
| + | <WRAP center round info 80%> | ||
| + | Also check [[en: | ||
| + | </ | ||
| + | |||
| Line 10: | Line 16: | ||
| These libraries are supplied as part of the Microsoft Visual C++ Redistributable. | These libraries are supplied as part of the Microsoft Visual C++ Redistributable. | ||
| - | Any project you create using [[en: | + | Any project you create using [[en: |
| This step should not be necessary for Visual Studio users. | This step should not be necessary for Visual Studio users. | ||
| Line 77: | Line 83: | ||
| That's all. | That's all. | ||
| - | |||
| - | |||
| - | ===== Additional Tips ===== | ||
| - | |||
| - | There are a [[en: | ||