|
Revision 5, 1.2 kB
(checked in by qbert, 6 years ago)
|
Initial ( and last :( ) commit
|
| Line | |
|---|
| 1 |
; Script generated by the Inno Setup Script Wizard. |
|---|
| 2 |
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! |
|---|
| 3 |
|
|---|
| 4 |
[Setup] |
|---|
| 5 |
AppName=Elephant pre 1.0 |
|---|
| 6 |
AppVerName=Elephant pre 1.0 |
|---|
| 7 |
AppPublisher=Elephant pre 1.0 |
|---|
| 8 |
AppPublisherURL=http://www.mycompany.com |
|---|
| 9 |
AppSupportURL=http://www.mycompany.com |
|---|
| 10 |
AppUpdatesURL=http://www.mycompany.com |
|---|
| 11 |
DefaultDirName={pf}\Elephant pre 1.0 |
|---|
| 12 |
DefaultGroupName=Elephant pre 1.0 |
|---|
| 13 |
Compression=lzma |
|---|
| 14 |
SolidCompression=yes |
|---|
| 15 |
|
|---|
| 16 |
[Tasks] |
|---|
| 17 |
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked |
|---|
| 18 |
|
|---|
| 19 |
[Files] |
|---|
| 20 |
Source: "C:\Projects\Elephant\Release\Elephant.exe"; DestDir: "{app}"; Flags: ignoreversion |
|---|
| 21 |
Source: "C:\Projects\Elephant\Scintilla\scintilla-1.61\scintilla\bin\SciLexer.dll"; DestDir: "{app}"; Flags: ignoreversion |
|---|
| 22 |
; NOTE: Don't use "Flags: ignoreversion" on any shared system files |
|---|
| 23 |
|
|---|
| 24 |
[Icons] |
|---|
| 25 |
Name: "{group}\Elephant pre 1.0"; Filename: "{app}\Elephant.exe" |
|---|
| 26 |
Name: "{userdesktop}\Elephant pre 1.0"; Filename: "{app}\Elephant.exe"; Tasks: desktopicon |
|---|
| 27 |
|
|---|
| 28 |
[Run] |
|---|
| 29 |
Filename: "{app}\Elephant.exe"; Description: "{cm:LaunchProgram,Elephant pre 1.0}"; Flags: nowait postinstall skipifsilent |
|---|