mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
@@ -42,6 +42,7 @@ OutputDir=build
|
||||
SetupIconFile=resources\icon.ico
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
DisableDirPage=no
|
||||
DisableReadyPage=yes
|
||||
DisableProgramGroupPage=yes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user