1
+ ***If you are viewing on GitHub, you can find the downloads at the bottom of this post.***
2
+
3
+ ## Changelog (1.27.13)
4
+
5
+ *Miscellaneous Installer Improvements*
6
+
7
+ [Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/369).
8
+ [Previous Changelog](https://github.com/Reloaded-Project/Reloaded-II/releases/tag/1.27.11).
9
+
10
+ This update adds small miscellaneous improvements around the Reloaded-II installer for Windows.
11
+
12
+ ### Abort Install on Existing Directory
13
+
14
+ 
15
+
16
+ The installer will now abort installation if there is an existing installation; this is to prevent data loss.
17
+
18
+ ### Setup.exe now Starts Reloaded-II Without Admin
19
+
20
+ When running `Setup.exe`, the `Reloaded-II.exe` file would start as admin. This is because `Setup.exe`
21
+ starts as Admin. Setup needs Admin to auto-install .NET Runtime (if missing).
22
+
23
+ As starting with Admin may potentially cause issues with drag & drop with some 3rd party programs and
24
+ file explorers running as non-Admin; the `Reloaded-II.exe` process started by `Setup.exe` is now non-admin.
25
+
26
+ Surprisingly, this change was non-trivial to make.
27
+
28
+ ### Static Installer for Linux/WINE
29
+
30
+ 
31
+
32
+ There is now a 'static' installer for people who want to install Reloaded easier within a WINE environment.
33
+
34
+ This installer saves you a minute by allowing you to omit:
35
+
36
+ ```
37
+ winetricks dotnet48
38
+ ```
39
+
40
+ During the install process.
41
+
42
+ This was mainly done with the intention of providing a terminal-free installation experience to people
43
+ new to Linux.
44
+
45
+ ### Documentation Updates
46
+
47
+ Documentation updates will follow tomorrow.
48
+
49
+ Expect [Issue 247: Document one click installer](<https: //github.com/Reloaded-Project/Reloaded-II/issues/247>)
50
+ to be closed. In addition, the Generic Linux setup guide will be updated.
51
+
1
52
## Changelog (1.27.11)
2
53
3
54
[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/369).
@@ -252,4 +303,17 @@ If you are a programmer, I should hopefully have a ['Specification'](https://rel
252
303
253
304
{{#unless options.hideCredit}}
254
305
Reloaded changelogs are generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog) 😇.
255
- {{/unless}}
306
+ {{/unless}}
307
+
308
+ ====
309
+
310
+ # # Available Downloads
311
+
312
+ (Below this text, on GitHub)
313
+
314
+ `Setup.exe` : This is a 1 click installer for Windows.
315
+ `Setup-Linux.exe` : This is a version of `Setup.exe` for easier use in WINE / Proton.
316
+ `Release.zip` : For people who prefer to install manually without an installer.
317
+ `Tools.zip` : Tools for mod authors and developers.
318
+
319
+ Other files are related to updates, you can ignore them.
0 commit comments