Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
T
tangled
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eriksson monteiro
tangled
Commits
3efff235
Commit
3efff235
authored
Aug 26, 2021
by
Dmitry Khaleev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TG-7: Installer build script
parent
4612d0a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
0 deletions
+55
-0
tangled.iss
tangled.iss
+55
-0
No files found.
tangled.iss
0 → 100644
View file @
3efff235
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
; Written by Alexey Eromenko "Technologov" on 19.7.2014. for Inno Setup Compiler
; Updated on 08.11.2016. for Inno Setup Compiler v5.5.2.
; Chromium installation script v0.10.
[Setup]
AppName=Tangled
; I have commented the line above, because I don't want to see the version
; in the Add/Remove programs. Instead I put a version in the ut_infobefore file.
AppVerName=Tangled
DefaultDirName={pf}\Tangled
DefaultGroupName=Tangled
; Windows 7 is a requirement
MinVersion=0,6.1
AllowNoIcons=yes
OutputDir=..\..\
;Output base filename must NOT have .exe extension. It's added automatically.
OutputBaseFileName=Tangled_Setup
; use 7-zip or zip compression:
Compression=lzma/max
;Compression=none
;LicenseFile=LICENSE.txt
;.bmp format only. 164x314 max resoltuion.
WizardImageFile=.\chrome\app\theme\chromium\win\tiles\Logo.bmp
;WizardImageStretch=no
;small bitmap is 55x58 pixels.
;WizardSmallImageFile=.\chrome\app\theme\chromium\win\tiles\SmallLogo.bmp
;[Types]
;Name: "full"; Description: "Full installation"
;Name: "custom"; Description: "Custom installation"; Flags: iscustom
;[Components]
;Name: main; Description: Chromium web browser; Types: full custom
;Name: msvc_redist; Description: Microsoft VS C++ redistributable 2008 (32-bit); Types: full custom
[Tasks]
; NOTE: The following entry contains English phrases ("Create a desktop icon" and "Additional icons").
; You are free to translate them into another language if required.
Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"
[Files]
Source: ".\Chrome-bin\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\Tangled"; Filename: "{app}\Tangled.exe"; WorkingDir: "{app}"; Comment: "Start Tangled browser"
; NOTE: The following entry contains an English phrase ("Uninstall"). You are free to translate it into another language if required.
Name: "{commondesktop}\Tangled"; Filename: "{app}\Tangled.exe"; Tasks: desktopicon; WorkingDir: "{app}"; Comment: "Start Tangled browser"
[Run]
; NOTE: The following entry contains an English phrase ("Launch"). You are free to translate it into another language if required.
Filename: "{app}\Tangled.exe"; Description: "Launch Tangled browser"; Flags: nowait postinstall skipifsilent
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment