mirror of https://github.com/PurpleI2P/i2pd.git
I2P: End-to-End encrypted and anonymous Internet
https://i2pd.website/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
2.0 KiB
46 lines
2.0 KiB
8 years ago
|
#define I2Pd_AppName "i2pd"
|
||
8 years ago
|
#define I2Pd_Publisher "PurpleI2P"
|
||
4 years ago
|
; Get application version from compiled binary
|
||
|
#define I2Pd_ver GetFileVersionString(AddBackslash(SourcePath) + "..\i2pd_x64.exe")
|
||
8 years ago
|
|
||
|
[Setup]
|
||
|
AppName={#I2Pd_AppName}
|
||
|
AppVersion={#I2Pd_ver}
|
||
8 years ago
|
AppPublisher={#I2Pd_Publisher}
|
||
8 years ago
|
DefaultDirName={pf}\I2Pd
|
||
|
DefaultGroupName=I2Pd
|
||
|
UninstallDisplayIcon={app}\I2Pd.exe
|
||
|
OutputDir=.
|
||
4 years ago
|
LicenseFile=..\LICENSE
|
||
8 years ago
|
OutputBaseFilename=setup_{#I2Pd_AppName}_v{#I2Pd_ver}
|
||
4 years ago
|
SetupIconFile=..\Win32\mask.ico
|
||
8 years ago
|
InternalCompressLevel=ultra64
|
||
|
Compression=lzma/ultra64
|
||
|
SolidCompression=true
|
||
|
ArchitecturesInstallIn64BitMode=x64
|
||
8 years ago
|
AppVerName={#I2Pd_AppName}
|
||
|
ExtraDiskSpaceRequired=15
|
||
|
AppID={{621A23E0-3CF4-4BD6-97BC-4835EA5206A2}
|
||
|
AppPublisherURL=http://i2pd.website/
|
||
|
AppSupportURL=https://github.com/PurpleI2P/i2pd/issues
|
||
|
AppUpdatesURL=https://github.com/PurpleI2P/i2pd/releases
|
||
4 years ago
|
CloseApplications=yes
|
||
8 years ago
|
|
||
|
[Files]
|
||
4 years ago
|
Source: ..\i2pd_x32.exe; DestDir: {app}; DestName: i2pd.exe; Flags: ignoreversion; Check: not IsWin64; MinVersion: 6.0
|
||
|
Source: ..\i2pd_x64.exe; DestDir: {app}; DestName: i2pd.exe; Flags: ignoreversion; Check: IsWin64; MinVersion: 6.0
|
||
|
Source: ..\i2pd_xp.exe; DestDir: {app}; DestName: i2pd.exe; Flags: ignoreversion; Check: IsWin64; OnlyBelowVersion: 6.0
|
||
8 years ago
|
Source: ..\README.md; DestDir: {app}; DestName: Readme.txt; Flags: onlyifdoesntexist
|
||
8 years ago
|
Source: ..\contrib\i2pd.conf; DestDir: {userappdata}\i2pd; Flags: onlyifdoesntexist
|
||
|
Source: ..\contrib\subscriptions.txt; DestDir: {userappdata}\i2pd; Flags: onlyifdoesntexist
|
||
|
Source: ..\contrib\tunnels.conf; DestDir: {userappdata}\i2pd; Flags: onlyifdoesntexist
|
||
8 years ago
|
Source: ..\contrib\certificates\*; DestDir: {userappdata}\i2pd\certificates; Flags: onlyifdoesntexist recursesubdirs createallsubdirs
|
||
6 years ago
|
Source: ..\contrib\tunnels.d\*; DestDir: {userappdata}\i2pd\tunnels.d; Flags: onlyifdoesntexist recursesubdirs createallsubdirs
|
||
8 years ago
|
|
||
|
[Icons]
|
||
8 years ago
|
Name: {group}\I2Pd; Filename: {app}\i2pd.exe
|
||
|
Name: {group}\Readme; Filename: {app}\Readme.txt
|
||
8 years ago
|
|
||
|
[UninstallDelete]
|
||
8 years ago
|
Type: filesandordirs; Name: {app}
|