Browse Source

Disable the "Directory already exists" warning in Windows installer

Because of course the directory exists, it's a plugin.
tt2468 2 years ago
parent
commit
056422b261
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cmake/bundle/windows/installer-Windows.iss.in

+ 1 - 0
cmake/bundle/windows/installer-Windows.iss.in

@@ -19,6 +19,7 @@ DefaultGroupName={#MyAppName}
 OutputBaseFilename={#MyAppName}-{#MyAppVersion}-Windows-Installer
 Compression=lzma
 SolidCompression=yes
+DirExistsWarning=no
 
 [Languages]
 Name: "english"; MessagesFile: "compiler:Default.isl"