Updating MSI installer for OpenSSL 1.1.1

This commit is contained in:
Justin Clift
2020-04-12 17:25:13 +10:00
parent 8adcfe8d48
commit c1ac897e26

View File

@@ -88,8 +88,8 @@
<Component><File Source="$(var.QtPath)\bin\Qt5PrintSupport.dll" /></Component>
<Component><File Source="$(var.QtPath)\bin\Qt5Widgets.dll" /></Component>
<Component><File Source="$(var.QtPath)\bin\Qt5Xml.dll" /></Component>
<Component><File Source="$(var.OpenSSLPath)\libeay32.dll" /></Component>
<Component><File Source="$(var.OpenSSLPath)\ssleay32.dll" /></Component>
<Component><File Source="$(var.OpenSSLPath)\libcrypto-1_1.dll" /></Component>
<Component><File Source="$(var.OpenSSLPath)\libssl-1_1.dll" /></Component>
<Component><File Source="$(var.SQLCipherPath)\sqlcipher.dll" /></Component>
<Component><File Source="$(var.SQLitePath)\sqlite3.dll" /></Component>
<Component><File Source="$(var.SQLiteExePath)\DB Browser for SQLite.exe" Checksum="yes" /></Component>
@@ -181,8 +181,8 @@
<ComponentRef Id="Qt5Widgets.dll" />
<ComponentRef Id="Qt5Xml.dll" />
<!-- OpenSSL -->
<ComponentRef Id="libeay32.dll" />
<ComponentRef Id="ssleay32.dll" />
<ComponentRef Id="libcrypto-1_1.dll" />
<ComponentRef Id="libssl-1_1.dll" />
<!-- SQLite & SQLCipher -->
<ComponentRef Id="sqlcipher.dll" />
<ComponentRef Id="sqlite3.dll" />