-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStackViewScript3.iss
80 lines (65 loc) · 4.49 KB
/
StackViewScript3.iss
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
; InnoScript Version 5.3 Build 9
; Randem Systems, Inc.
; Copyright 2003-2006
; website: http://www.randem.com
; support: http://www.innoscript.com/cgi-bin/discus/discus.cgi
; Date: September 27, 2006
; VB Runtime Files Folder: C:\Program Files\Randem Systems\InnoScript\InnoScript 5.3\VB 6 Redist Files\
; Visual Basic Project File (.vbp): C:\Documents and Settings\Pudar\My Documents\Data\Home Stuff\Magic\Visual Basic Programs\StackView V5\StackView.vbp
; Inno Setup Script Output File (.iss): C:\Documents and Settings\Pudar\My Documents\Data\Home Stuff\Magic\Visual Basic Programs\StackView V5\StackViewScript3.iss
; ------------------------
; References
; ------------------------
; Visual Basic runtime objects and procedures - (MSVBVM60.DLL)
; Standard OLE Types - (OLEPRO32.DLL)
; OLE Automation - (STDOLE2.TLB)
; Microsoft Scripting Runtime - (scrrun.dll)
; Microsoft Shell Controls And Automation - (SHELL32.dll)
; --------------------------
; Components
; --------------------------
; Microsoft Common Dialog Control 6.0 (SP6) - (comdlg32.ocx)
; Microsoft Windows Common Controls 6.0 (SP6) - (mscomctl.ocx)
; Microsoft Rich Textbox Control 6.0 (SP6) - (richtx32.ocx)
; Microsoft Tabbed Dialog Control 6.0 (SP6) - (tabctl32.ocx)
[Setup]
AppName=StackView
AppVerName=StackView 5.0.1
AppPublisher=
AppVersion=5.0.1
VersionInfoVersion=5.0.1
AllowNoIcons=no
DefaultGroupName=StackView
DefaultDirName={pf}\StackView
AppCopyright=
PrivilegesRequired=Admin
MinVersion=4.0,4.0
Compression=lzma
OutputBaseFilename=StackView501Release
[Tasks]
[Files]
Source: c:\program files\randem systems\innoscript\innoscript 5.3\vb 6 redist files\msvbvm60.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\program files\randem systems\innoscript\innoscript 5.3\vb 6 redist files\oleaut32.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\program files\randem systems\innoscript\innoscript 5.3\vb 6 redist files\olepro32.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\program files\randem systems\innoscript\innoscript 5.3\vb 6 redist files\asycfilt.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\program files\randem systems\innoscript\innoscript 5.3\vb 6 redist files\stdole2.tlb; DestDir: {sys}; Flags: regtypelib
Source: c:\program files\randem systems\innoscript\innoscript 5.3\vb 6 redist files\comcat.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\documents and settings\pudar\my documents\data\home stuff\magic\visual basic programs\stackview v5\support\stackview user guide.pdf; DestDir: {app}; Flags: ignoreversion
Source: c:\documents and settings\pudar\my documents\data\home stuff\magic\visual basic programs\stackview v5\support\scr56en.exe; DestDir: {app}; Flags: ignoreversion
Source: c:\documents and settings\pudar\my documents\data\home stuff\magic\visual basic programs\stackview v5\support\scripten.exe; DestDir: {app}; Flags: ignoreversion
Source: c:\documents and settings\pudar\my documents\data\home stuff\magic\visual basic programs\stackview v5\support\scrrun.dll; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: c:\documents and settings\pudar\my documents\data\home stuff\magic\visual basic programs\stackview v5\support\comdlg32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: c:\documents and settings\pudar\my documents\data\home stuff\magic\visual basic programs\stackview v5\support\mscomctl.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: c:\documents and settings\pudar\my documents\data\home stuff\magic\visual basic programs\stackview v5\support\richtx32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: c:\documents and settings\pudar\my documents\data\home stuff\magic\visual basic programs\stackview v5\support\tabctl32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: c:\documents and settings\pudar\my documents\data\home stuff\magic\visual basic programs\stackview v5\stackview.exe; DestDir: {app}; Flags: ignoreversion
[INI]
Filename: {app}\StackView.url; Section: InternetShortcut; Key: URL; String:
[Icons]
Name: {group}\StackView; Filename: {app}\StackView.exe; WorkingDir: {app}
Name: {group}\StackView on the Web; Filename: {app}\StackView.url
Name: {group}\Uninstall StackView; Filename: {uninstallexe}
[Run]
Filename: {app}\StackView.exe; Description: Launch StackView; Flags: nowait postinstall skipifsilent; WorkingDir: {app}
[UninstallDelete]
Type: files; Name: {app}\StackView.url