-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdb_view.iss
More file actions
27 lines (23 loc) · 770 Bytes
/
Copy pathdb_view.iss
File metadata and controls
27 lines (23 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[Setup]
AppName=DBView
AppVerName=DBView 0.9
AppPublisher=Cyberdefense Institute Inc.
AppPublisherURL=http://cyberdefense.jp/
DefaultDirName={pf}\DBView
DefaultGroupName=DBView
DisableProgramGroupPage=true
OutputBaseFilename=dbview_setup
Compression=lzma
SolidCompression=true
AllowUNCPath=false
VersionInfoVersion=1.0
VersionInfoCompany=Cyberdefense Institute Inc.
VersionInfoDescription=Database Viewer
[Dirs]
Name: {app}; Flags: uninsalwaysuninstall;
[Files]
Source: dist\*; DestDir: {app}; Flags: ignoreversion recursesubdirs createallsubdirs
[Icons]
Name: {group}\DBView; Filename: {app}\db_view.exe; WorkingDir: {app}
[Run]
Filename: {app}\db_view.exe; Description: {cm:LaunchProgram,db_view}; Flags: nowait postinstall skipifsilent