-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.iss
More file actions
19 lines (16 loc) · 723 Bytes
/
setup.iss
File metadata and controls
19 lines (16 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Setup]
AppName=Modpack Downloader
AppVersion=0.2.2
AppId=modpack-downloader
DefaultDirName={autopf}\ModpackDownloader
DefaultGroupName=Modpack Downloader
OutputDir=dist
OutputBaseFilename=modpack-downloader-setup
[Files]
Source: "dist\modpack-downloader.exe"; DestDir: "{app}"
[Registry]
Root: HKCR; Subkey: "modpack-dl"; ValueType: string; ValueName: ""; ValueData: "URL:Modpack Downloader"; Flags: uninsdeletekey
Root: HKCR; Subkey: "modpack-dl"; ValueType: string; ValueName: "URL Protocol"; ValueData: ""
Root: HKCR; Subkey: "modpack-dl\shell\open\command"; ValueType: string; ValueData: """{app}\modpack-downloader.exe"" ""%1"""
[Icons]
Name: "{group}\Modpack Downloader"; Filename: "{app}\modpack-downloader.exe"