Always allow user to select installer target path

If the installer is run and LOOT is already installed, it will use the
existing directory by default. Before this commit, it would not give the
user the option to change this default, so if the drive no longer
existed an error would occur. Fixes #591.
This commit is contained in:
Oliver Hamlet
2016-07-12 19:44:23 +01:00
parent d74b092500
commit d87847bd14
+1
View File
@@ -42,6 +42,7 @@ OutputDir=build
SetupIconFile=resources\icon.ico
Compression=lzma
SolidCompression=yes
DisableDirPage=no
DisableReadyPage=yes
DisableProgramGroupPage=yes