|
1 |
| -; This is an Inno Setup configuration file |
2 |
| -; http://www.jrsoftware.org/isinfo.php |
| 1 | +; This is an Inno Setup configuration file |
| 2 | +; https://jrsoftware.org/isinfo.php |
3 | 3 | ;
|
4 | 4 | ; This file uses Protein Coverage Summarizer files from bin\AnyCPU
|
5 | 5 | ; Those come from the Debug AnyCPU build of ProteinCoverageSummarizerGUI.sln
|
|
8 | 8 |
|
9 | 9 | [CustomMessages]
|
10 | 10 | AppName=Protein Coverage Summarizer
|
| 11 | + |
11 | 12 | [Messages]
|
12 | 13 | WelcomeLabel2=This will install [name/ver] on your computer.
|
13 | 14 | ; Example with multiple lines:
|
14 | 15 | ; WelcomeLabel2=Welcome message%n%nAdditional sentence
|
| 16 | + |
15 | 17 | [Files]
|
16 |
| -Source: ..\bin\AnyCPU\ProteinCoverageSummarizerGUI.exe ; DestDir: {app} |
17 |
| -Source: ..\bin\AnyCPU\ProteinCoverageSummarizerGUI.exe.config ; DestDir: {app} |
18 |
| -Source: ..\bin\AnyCPU\Ookii.Dialogs.dll ; DestDir: {app} |
19 |
| -Source: ..\bin\AnyCPU\PRISM.dll ; DestDir: {app} |
20 |
| -Source: ..\bin\AnyCPU\PRISMWin.dll ; DestDir: {app} |
21 |
| -Source: ..\bin\AnyCPU\ProteinCoverageSummarizer.dll ; DestDir: {app} |
22 |
| -Source: ..\bin\AnyCPU\ProteinFileReader.dll ; DestDir: {app} |
23 |
| -Source: ..\bin\AnyCPU\System.Data.SQLite.dll ; DestDir: {app} |
24 |
| -Source: ..\bin\ProteinCoverageSummarizerSettings.xml ; DestDir: {app} |
25 |
| -Source: ..\bin\AnyCPU\x64\SQLite.Interop.dll ; DestDir: {app}\x64 |
26 |
| -Source: ..\bin\AnyCPU\x86\SQLite.Interop.dll ; DestDir: {app}\x86 |
| 18 | +Source: ..\bin\AnyCPU\ProteinCoverageSummarizerGUI.exe ; DestDir: {app} |
| 19 | +Source: ..\bin\AnyCPU\ProteinCoverageSummarizerGUI.exe.config ; DestDir: {app} |
| 20 | +Source: ..\bin\AnyCPU\Microsoft.Bcl.AsyncInterfaces.dll ; DestDir: {app} |
| 21 | +Source: ..\bin\AnyCPU\Npgsql.dll ; DestDir: {app} |
| 22 | +Source: ..\bin\AnyCPU\Ookii.Dialogs.dll ; DestDir: {app} |
| 23 | +Source: ..\bin\AnyCPU\PRISM.dll ; DestDir: {app} |
| 24 | +Source: ..\bin\AnyCPU\PRISMDatabaseUtils.dll ; DestDir: {app} |
| 25 | +Source: ..\bin\AnyCPU\PRISMWin.dll ; DestDir: {app} |
| 26 | +Source: ..\bin\AnyCPU\ProteinCoverageSummarizer.dll ; DestDir: {app} |
| 27 | +Source: ..\bin\AnyCPU\ProteinFileReader.dll ; DestDir: {app} |
| 28 | +Source: ..\bin\AnyCPU\System.Buffers.dll ; DestDir: {app} |
| 29 | +Source: ..\bin\AnyCPU\System.Data.SQLite.dll ; DestDir: {app} |
| 30 | +Source: ..\bin\AnyCPU\System.Memory.dll ; DestDir: {app} |
| 31 | +Source: ..\bin\AnyCPU\System.Numerics.Vectors.dll ; DestDir: {app} |
| 32 | +Source: ..\bin\AnyCPU\System.Runtime.CompilerServices.Unsafe.dll ; DestDir: {app} |
| 33 | +Source: ..\bin\AnyCPU\System.Text.Encodings.Web.dll ; DestDir: {app} |
| 34 | +Source: ..\bin\AnyCPU\System.Text.Json.dll ; DestDir: {app} |
| 35 | +Source: ..\bin\AnyCPU\System.Threading.Tasks.Extensions.dll ; DestDir: {app} |
| 36 | +Source: ..\bin\AnyCPU\System.ValueTuple.dll ; DestDir: {app} |
| 37 | +Source: ..\bin\ProteinCoverageSummarizerSettings.xml ; DestDir: {app} |
| 38 | +Source: ..\bin\AnyCPU\x64\SQLite.Interop.dll ; DestDir: {app}\x64 |
| 39 | +Source: ..\bin\AnyCPU\x86\SQLite.Interop.dll ; DestDir: {app}\x86 |
27 | 40 |
|
28 | 41 | Source: ..\PeptideToProteinMapper\bin\AnyCPU\PeptideToProteinMapper.exe ; DestDir: {app}
|
29 | 42 | Source: ..\PeptideToProteinMapper\bin\AnyCPU\PeptideToProteinMapEngine.dll ; DestDir: {app}
|
@@ -64,28 +77,34 @@ AppID=ProteinCoverageSummarizerId
|
64 | 77 | AppPublisher=Pacific Northwest National Laboratory
|
65 | 78 | AppPublisherURL=https://omics.pnl.gov/software
|
66 | 79 | AppSupportURL=https://omics.pnl.gov/software
|
67 |
| -AppUpdatesURL=https://omics.pnl.gov/software |
68 |
| -DefaultDirName={pf}\ProteinCoverageSummarizer |
| 80 | +AppUpdatesURL=https://github.com/PNNL-Comp-Mass-Spec/protein-coverage-summarizer |
| 81 | +ArchitecturesAllowed=x64 x86 |
| 82 | +ArchitecturesInstallIn64BitMode=x64 |
| 83 | +DefaultDirName={autopf}\ProteinCoverageSummarizer |
69 | 84 | DefaultGroupName=PAST Toolkit
|
70 |
| -AppCopyright=© PNNL |
| 85 | +AppCopyright=© PNNL |
71 | 86 | ;LicenseFile=.\License.rtf
|
72 |
| -PrivilegesRequired=poweruser |
| 87 | +PrivilegesRequired=admin |
73 | 88 | OutputBaseFilename=ProteinCoverageSummarizer_Installer
|
74 | 89 | ;VersionInfoVersion=1.57
|
75 | 90 | VersionInfoVersion={#ApplicationVersion}
|
76 | 91 | VersionInfoCompany=PNNL
|
77 | 92 | VersionInfoDescription=Protein Coverage Summarizer
|
78 | 93 | VersionInfoCopyright=PNNL
|
79 |
| -DisableFinishedPage=true |
| 94 | +DisableFinishedPage=yes |
| 95 | +DisableWelcomePage=no |
80 | 96 | ShowLanguageDialog=no
|
81 |
| -ChangesAssociations=false |
82 |
| -EnableDirDoesntExistWarning=false |
83 |
| -AlwaysShowDirOnReadyPage=true |
| 97 | +ChangesAssociations=no |
| 98 | +WizardStyle=modern |
| 99 | +EnableDirDoesntExistWarning=no |
| 100 | +AlwaysShowDirOnReadyPage=yes |
84 | 101 | UninstallDisplayIcon={app}\delete_16x.ico
|
85 |
| -ShowTasksTreeLines=true |
| 102 | +ShowTasksTreeLines=yes |
86 | 103 | OutputDir=.\Output
|
| 104 | + |
87 | 105 | [Registry]
|
88 | 106 | ;Root: HKCR; Subkey: MyAppFile; ValueType: string; ValueName: ; ValueDataMyApp File; Flags: uninsdeletekey
|
89 | 107 | ;Root: HKCR; Subkey: MyAppSetting\DefaultIcon; ValueType: string; ValueData: {app}\wand.ico,0; Flags: uninsdeletevalue
|
| 108 | + |
90 | 109 | [UninstallDelete]
|
91 | 110 | Name: {app}; Type: filesandordirs
|
0 commit comments