Skip to content

Commit c856bc6

Browse files
committed
Update Setup.iss
1 parent 242cee6 commit c856bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Setup.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ AppName = {#AppTitle}
1616
AppVersion = {#AppVersion}
1717
AppPublisherURL = https://{#AppDomain}
1818
AppPublisher = {#AppDomain}
19+
SetupMutex = Global\OSPSystemPreparationTool
1920
VersionInfoCompany = {#AppDomain}
2021
VersionInfoVersion = {#AppVersion}
2122
VersionInfoTextVersion = {#AppVersion}
2223
VersionInfoDescription = {#AppTitle}
2324
VersionInfoProductName = {#AppTitle}
24-
VersionInfoCopyright = Copyright (c) 2010-{#CurrentYear}, {#AppDomain}
25+
VersionInfoCopyright = Copyright (c) {#CurrentYear}, {#AppDomain}
2526

2627
// Compression
2728

2829
Compression = lzma2/ultra64
2930
InternalCompressLevel = ultra64
3031
LZMAUseSeparateProcess = yes
31-
LZMAAlgorithm = 1
3232
SolidCompression = yes
3333

3434
// Misc

0 commit comments

Comments
 (0)