mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Add Microsoft.Win32.Registry.dll
This commit is contained in:
parent
708a7fe132
commit
f6b32ec708
@ -207,6 +207,7 @@ COPY /Y /V "Newtonsoft.Json.dll" "temp_zip\"
|
||||
COPY /Y /V "System.Net.Http.Primitives.dll" "temp_zip\"
|
||||
COPY /Y /V "NAudio.Core.dll" "temp_zip\"
|
||||
COPY /Y /V "NAudio.WinMM.dll" "temp_zip\"
|
||||
COPY /Y /V "Microsoft.Win32.Registry.dll" "temp_zip\"
|
||||
COPY /Y /V "SubtitleEdit.exe" "temp_zip\"
|
||||
COPY /Y /V "Languages\*.xml" "temp_zip\Languages\"
|
||||
COPY /Y /V "..\..\..\..\Dictionaries\*.*" "temp_zip\Dictionaries\"
|
||||
|
@ -181,6 +181,7 @@ COPY /Y /V "Newtonsoft.Json.dll" "temp_zip\"
|
||||
COPY /Y /V "System.Net.Http.Primitives.dll" "temp_zip\"
|
||||
COPY /Y /V "NAudio.Core.dll" "temp_zip\"
|
||||
COPY /Y /V "NAudio.WinMM.dll" "temp_zip\"
|
||||
COPY /Y /V "Microsoft.Win32.Registry.dll" "temp_zip\"
|
||||
COPY /Y /V "SubtitleEdit.exe" "temp_zip\"
|
||||
COPY /Y /V "Languages\*.xml" "temp_zip\Languages\"
|
||||
COPY /Y /V "..\..\..\..\Dictionaries\*.*" "temp_zip\Dictionaries\"
|
||||
|
@ -314,6 +314,7 @@ Source: {#bindir}\System.Net.Http.Extensions.dll; DestDir: {app};
|
||||
Source: {#bindir}\System.Net.Http.Primitives.dll; DestDir: {app}; Flags: ignoreversion; Components: main
|
||||
Source: {#bindir}\NAudio.Core.dll; DestDir: {app}; Flags: ignoreversion; Components: main
|
||||
Source: {#bindir}\NAudio.WinMM.dll; DestDir: {app}; Flags: ignoreversion; Components: main
|
||||
Source: {#bindir}\Microsoft.Win32.Registry.dll; DestDir: {app}; Flags: ignoreversion; Components: main
|
||||
Source: ..\Changelog.txt; DestDir: {app}; Flags: ignoreversion; Components: main
|
||||
Source: ..\LICENSE.txt; DestDir: {app}; Flags: ignoreversion; Components: main
|
||||
Source: Icons\uninstall.ico; DestDir: {app}\Icons; Flags: ignoreversion; Components: main
|
||||
@ -355,6 +356,8 @@ Type: files; Name: {app}\System.Net.Http.Extensions.dll; Check: IsU
|
||||
Type: files; Name: {app}\System.Net.Http.Primitives.dll; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\NAudio.Core.dll; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\NAudio.WinMM.dll; Check: IsUpgrade()
|
||||
Type: files; Name: {app}\Microsoft.Win32.Registry.dll; Check: IsUpgrade()
|
||||
|
||||
|
||||
; Remove old files from the {app} dir
|
||||
Type: files; Name: {app}\Dictionaries\da_names.xml; Check: IsUpgrade()
|
||||
|
Loading…
Reference in New Issue
Block a user