webpackage.iss

来自「用VB实现的编译器的源代码」· ISS 代码 · 共 62 行

ISS
62
字号
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

[Setup]
AppName=b-Improved
AppVerName=Visual B++ 0.2 alpha
AppPublisher=EnSystems Software
AppPublisherURL=http://b-improved.sourceforge.net
AppSupportURL=http://b-improved.sourceforge.net
AppUpdatesURL=http://b-improved.sourceforge.net
DefaultDirName={pf}\b-Improved
DefaultGroupName=Visual B++
AllowNoIcons=yes
Compression=lzma
SolidCompression=yes

[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:"; Flags: unchecked
; NOTE: The following entry contains English phrases ("Create a Quick Launch icon" and "Additional icons"). You are free to translate them into another language if required.
Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; Flags: unchecked

[Files]
Source: "C:\Development\B++\Devel\bImprovedStudio.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\fxVariables.BIS"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\fxLocalIO.BIS"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\fxRemoteIO.BIS"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\fxTurtle.BIS"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\ASYCFILT.DLL"; DestDir: "{sys}"; Flags: uninsneveruninstall
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\bImproved.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\COMCAT.DLL"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\Compiler.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\Linker.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\OLEAUT32.DLL"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\OLEPRO32.DLL"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\scrrnde.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\scrrun.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\STDOLE2.TLB"; DestDir: "{sys}"; Flags: uninsneveruninstall regtypelib
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\VB6DE.DLL"; DestDir: "{sys}"; Flags: uninsneveruninstall
Source: "C:\Development\B++\Devel\bImprovedPaket\Support\VB6STKIT.DLL"; DestDir: "{sys}"; Flags: uninsneveruninstall
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[INI]
Filename: "{app}\bImprovedStudio.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://b-improved.sourceforge.net"

[Icons]
Name: "{group}\b-Improved"; Filename: "{app}\bImprovedStudio.exe"
; NOTE: The following entry contains an English phrase ("on the Web"). You are free to translate it into another language if required.
Name: "{group}\b-Improved on the Web"; Filename: "{app}\bImprovedStudio.url"
; NOTE: The following entry contains an English phrase ("Uninstall"). You are free to translate it into another language if required.
Name: "{group}\Uninstall b-Improved"; Filename: "{uninstallexe}"
Name: "{userdesktop}\b-Improved"; Filename: "{app}\bImprovedStudio.exe"; Tasks: desktopicon
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\b-Improved"; Filename: "{app}\bImprovedStudio.exe"; Tasks: quicklaunchicon

[Run]
; NOTE: The following entry contains an English phrase ("Launch"). You are free to translate it into another language if required.
Filename: "{app}\bImprovedStudio.exe"; Description: "Launch b-Improved"; Flags: nowait postinstall skipifsilent

[UninstallDelete]
Type: files; Name: "{app}\bImprovedStudio.url"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?