Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 6cdcd1e

Browse files
author
Alexander Fuks
committed
Update installation script to overwrite libs
1 parent 7cab9e4 commit 6cdcd1e

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Setup/install.iss

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,24 @@ Name: desktopicon; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm
4848
Name: quicklaunchicon; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
4949

5050
[Files]
51-
Source: "{#CompiledBinPath}\x86\SQLite.Interop.dll"; DestDir: "{app}\x86"
52-
Source: "{#CompiledBinPath}\x64\SQLite.Interop.dll"; DestDir: "{app}\x64"
53-
Source: "{#CompiledBinPath}\Business Accounting.exe"; DestDir: "{app}"
51+
Source: "{#CompiledBinPath}\x86\SQLite.Interop.dll"; DestDir: "{app}\x86"; Flags: ignoreversion
52+
Source: "{#CompiledBinPath}\x64\SQLite.Interop.dll"; DestDir: "{app}\x64"; Flags: ignoreversion
53+
Source: "{#CompiledBinPath}\Business Accounting.exe"; DestDir: "{app}"; Flags: ignoreversion
5454
Source: "{#CompiledBinPath}\Business Accounting.exe.config"; DestDir: "{app}"; Flags: confirmoverwrite uninsneveruninstall
55-
Source: "{#CompiledBinPath}\MahApps.Metro.dll"; DestDir: "{app}"
56-
Source: "{#CompiledBinPath}\XDatabase.dll"; DestDir: "{app}"
57-
Source: "{#CompiledBinPath}\System.Data.SQLite.dll"; DestDir: "{app}"
58-
Source: "{#CompiledBinPath}\MySql.Data.dll"; DestDir: "{app}"
59-
Source: "{#CompiledBinPath}\System.Windows.Interactivity.dll"; DestDir: "{app}"
60-
Source: "{#CompiledBinPath}\Google.Apis.Auth.dll"; DestDir: "{app}"
61-
Source: "{#CompiledBinPath}\Google.Apis.Auth.PlatformServices.dll"; DestDir: "{app}"
62-
Source: "{#CompiledBinPath}\Google.Apis.Core.dll"; DestDir: "{app}"
63-
Source: "{#CompiledBinPath}\Google.Apis.dll"; DestDir: "{app}"
64-
Source: "{#CompiledBinPath}\Google.Apis.Drive.v3.dll"; DestDir: "{app}"
65-
Source: "{#CompiledBinPath}\Google.Apis.PlatformServices.dll"; DestDir: "{app}"
66-
Source: "{#CompiledBinPath}\Newtonsoft.Json.dll"; DestDir: "{app}"
67-
Source: "{#CompiledBinPath}\Zlib.Portable.dll"; DestDir: "{app}"
68-
Source: "{#CompiledBinPath}\google_drive_api.json"; DestDir: "{app}"
55+
Source: "{#CompiledBinPath}\MahApps.Metro.dll"; DestDir: "{app}"; Flags: ignoreversion
56+
Source: "{#CompiledBinPath}\XDatabase.dll"; DestDir: "{app}"; Flags: ignoreversion
57+
Source: "{#CompiledBinPath}\System.Data.SQLite.dll"; DestDir: "{app}"; Flags: ignoreversion
58+
Source: "{#CompiledBinPath}\MySql.Data.dll"; DestDir: "{app}"; Flags: ignoreversion
59+
Source: "{#CompiledBinPath}\System.Windows.Interactivity.dll"; DestDir: "{app}"; Flags: ignoreversion
60+
Source: "{#CompiledBinPath}\Google.Apis.Auth.dll"; DestDir: "{app}"; Flags: ignoreversion
61+
Source: "{#CompiledBinPath}\Google.Apis.Auth.PlatformServices.dll"; DestDir: "{app}"; Flags: ignoreversion
62+
Source: "{#CompiledBinPath}\Google.Apis.Core.dll"; DestDir: "{app}"; Flags: ignoreversion
63+
Source: "{#CompiledBinPath}\Google.Apis.dll"; DestDir: "{app}"; Flags: ignoreversion
64+
Source: "{#CompiledBinPath}\Google.Apis.Drive.v3.dll"; DestDir: "{app}"; Flags: ignoreversion
65+
Source: "{#CompiledBinPath}\Google.Apis.PlatformServices.dll"; DestDir: "{app}"; Flags: ignoreversion
66+
Source: "{#CompiledBinPath}\Newtonsoft.Json.dll"; DestDir: "{app}"; Flags: ignoreversion
67+
Source: "{#CompiledBinPath}\Zlib.Portable.dll"; DestDir: "{app}"; Flags: ignoreversion
68+
Source: "{#CompiledBinPath}\google_drive_api.json"; DestDir: "{app}"; Flags: ignoreversion
6969
Source: "{#InitDatabaseFilePath}\ba.sqlite"; DestDir: "{userappdata}\{#AppName}"; Flags: onlyifdoesntexist uninsneveruninstall
7070

7171
[Icons]

0 commit comments

Comments
 (0)