⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 webpackage.iss

📁 用VB实现的编译器的源代码
💻 ISS
字号:
; 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -