├── .gitignore ├── NSIS ├── NSIS_src │ ├── .vs │ │ ├── ONERadioSetup │ │ │ └── v14 │ │ │ │ └── .suo │ │ └── test │ │ │ └── v14 │ │ │ └── .suo │ ├── HaloRadioSetup.nsi │ ├── MyDll │ │ └── DuiLib.dll │ ├── MyPlugin │ │ ├── SkinEngine.dll │ │ └── section.dll │ ├── NSIS │ │ ├── Bin │ │ │ ├── GenPat.exe │ │ │ ├── LibraryLocal.exe │ │ │ ├── MakeLangId.exe │ │ │ ├── RegTool.bin │ │ │ └── zip2exe.exe │ │ ├── COPYING │ │ ├── Contrib │ │ │ ├── Graphics │ │ │ │ ├── Checks │ │ │ │ │ ├── big.bmp │ │ │ │ │ ├── classic-cross.bmp │ │ │ │ │ ├── classic.bmp │ │ │ │ │ ├── colorful.bmp │ │ │ │ │ ├── grey-cross.bmp │ │ │ │ │ ├── grey.bmp │ │ │ │ │ ├── modern.bmp │ │ │ │ │ ├── red-round.bmp │ │ │ │ │ ├── red.bmp │ │ │ │ │ ├── simple-round.bmp │ │ │ │ │ ├── simple-round2.bmp │ │ │ │ │ └── simple.bmp │ │ │ │ ├── Header │ │ │ │ │ ├── nsis-r.bmp │ │ │ │ │ ├── nsis.bmp │ │ │ │ │ ├── orange-nsis.bmp │ │ │ │ │ ├── orange-r-nsis.bmp │ │ │ │ │ ├── orange-r.bmp │ │ │ │ │ ├── orange-uninstall-nsis.bmp │ │ │ │ │ ├── orange-uninstall-r-nsis.bmp │ │ │ │ │ ├── orange-uninstall-r.bmp │ │ │ │ │ ├── orange-uninstall.bmp │ │ │ │ │ ├── orange.bmp │ │ │ │ │ └── win.bmp │ │ │ │ ├── Icons │ │ │ │ │ ├── arrow-install.ico │ │ │ │ │ ├── arrow-uninstall.ico │ │ │ │ │ ├── arrow2-install.ico │ │ │ │ │ ├── arrow2-uninstall.ico │ │ │ │ │ ├── box-install.ico │ │ │ │ │ ├── box-uninstall.ico │ │ │ │ │ ├── classic-install.ico │ │ │ │ │ ├── classic-uninstall.ico │ │ │ │ │ ├── llama-blue.ico │ │ │ │ │ ├── llama-grey.ico │ │ │ │ │ ├── modern-install-blue-full.ico │ │ │ │ │ ├── modern-install-blue.ico │ │ │ │ │ ├── modern-install-colorful.ico │ │ │ │ │ ├── modern-install-full.ico │ │ │ │ │ ├── modern-install.ico │ │ │ │ │ ├── modern-uninstall-blue-full.ico │ │ │ │ │ ├── modern-uninstall-blue.ico │ │ │ │ │ ├── modern-uninstall-colorful.ico │ │ │ │ │ ├── modern-uninstall-full.ico │ │ │ │ │ ├── modern-uninstall.ico │ │ │ │ │ ├── nsis1-install.ico │ │ │ │ │ ├── nsis1-uninstall.ico │ │ │ │ │ ├── orange-install-nsis.ico │ │ │ │ │ ├── orange-install.ico │ │ │ │ │ ├── orange-uninstall-nsis.ico │ │ │ │ │ ├── orange-uninstall.ico │ │ │ │ │ ├── pixel-install.ico │ │ │ │ │ ├── pixel-uninstall.ico │ │ │ │ │ ├── win-install.ico │ │ │ │ │ └── win-uninstall.ico │ │ │ │ └── Wizard │ │ │ │ │ ├── arrow.bmp │ │ │ │ │ ├── llama.bmp │ │ │ │ │ ├── nsis.bmp │ │ │ │ │ ├── nullsoft.bmp │ │ │ │ │ ├── orange-nsis.bmp │ │ │ │ │ ├── orange-uninstall-nsis.bmp │ │ │ │ │ ├── orange-uninstall.bmp │ │ │ │ │ ├── orange.bmp │ │ │ │ │ └── win.bmp │ │ │ ├── Language files │ │ │ │ ├── Afrikaans.nlf │ │ │ │ ├── Afrikaans.nsh │ │ │ │ ├── Albanian.nlf │ │ │ │ ├── Albanian.nsh │ │ │ │ ├── Arabic.nlf │ │ │ │ ├── Arabic.nsh │ │ │ │ ├── Armenian.nlf │ │ │ │ ├── Armenian.nsh │ │ │ │ ├── Basque.nlf │ │ │ │ ├── Basque.nsh │ │ │ │ ├── Belarusian.nlf │ │ │ │ ├── Belarusian.nsh │ │ │ │ ├── Bosnian.nlf │ │ │ │ ├── Bosnian.nsh │ │ │ │ ├── Breton.nlf │ │ │ │ ├── Breton.nsh │ │ │ │ ├── Bulgarian.nlf │ │ │ │ ├── Bulgarian.nsh │ │ │ │ ├── Catalan.nlf │ │ │ │ ├── Catalan.nsh │ │ │ │ ├── Cibemba.nlf │ │ │ │ ├── Cibemba.nsh │ │ │ │ ├── Croatian.nlf │ │ │ │ ├── Croatian.nsh │ │ │ │ ├── Czech.nlf │ │ │ │ ├── Czech.nsh │ │ │ │ ├── Danish.nlf │ │ │ │ ├── Danish.nsh │ │ │ │ ├── Dutch.nlf │ │ │ │ ├── Dutch.nsh │ │ │ │ ├── Efik.nlf │ │ │ │ ├── Efik.nsh │ │ │ │ ├── English.nlf │ │ │ │ ├── English.nsh │ │ │ │ ├── Esperanto.nlf │ │ │ │ ├── Esperanto.nsh │ │ │ │ ├── Estonian.nlf │ │ │ │ ├── Estonian.nsh │ │ │ │ ├── Farsi.nlf │ │ │ │ ├── Farsi.nsh │ │ │ │ ├── Finnish.nlf │ │ │ │ ├── Finnish.nsh │ │ │ │ ├── French.nlf │ │ │ │ ├── French.nsh │ │ │ │ ├── Galician.nlf │ │ │ │ ├── Galician.nsh │ │ │ │ ├── Georgian.nlf │ │ │ │ ├── Georgian.nsh │ │ │ │ ├── German.nlf │ │ │ │ ├── German.nsh │ │ │ │ ├── Greek.nlf │ │ │ │ ├── Greek.nsh │ │ │ │ ├── Hebrew.nlf │ │ │ │ ├── Hebrew.nsh │ │ │ │ ├── Hindi.nlf │ │ │ │ ├── Hindi.nsh │ │ │ │ ├── Hungarian.nlf │ │ │ │ ├── Hungarian.nsh │ │ │ │ ├── Icelandic.nlf │ │ │ │ ├── Icelandic.nsh │ │ │ │ ├── Igbo.nlf │ │ │ │ ├── Igbo.nsh │ │ │ │ ├── Indonesian.nlf │ │ │ │ ├── Indonesian.nsh │ │ │ │ ├── Irish.nlf │ │ │ │ ├── Irish.nsh │ │ │ │ ├── Italian.nlf │ │ │ │ ├── Italian.nsh │ │ │ │ ├── Japanese.nlf │ │ │ │ ├── Japanese.nsh │ │ │ │ ├── Khmer.nlf │ │ │ │ ├── Khmer.nsh │ │ │ │ ├── Korean.nlf │ │ │ │ ├── Korean.nsh │ │ │ │ ├── Kurdish.nlf │ │ │ │ ├── Kurdish.nsh │ │ │ │ ├── Latvian.nlf │ │ │ │ ├── Latvian.nsh │ │ │ │ ├── Lithuanian.nlf │ │ │ │ ├── Lithuanian.nsh │ │ │ │ ├── Luxembourgish.nlf │ │ │ │ ├── Luxembourgish.nsh │ │ │ │ ├── Macedonian.nlf │ │ │ │ ├── Macedonian.nsh │ │ │ │ ├── Malagasy.nlf │ │ │ │ ├── Malagasy.nsh │ │ │ │ ├── Malay.nlf │ │ │ │ ├── Malay.nsh │ │ │ │ ├── Mongolian.nlf │ │ │ │ ├── Mongolian.nsh │ │ │ │ ├── Norwegian.nlf │ │ │ │ ├── Norwegian.nsh │ │ │ │ ├── NorwegianNynorsk.nlf │ │ │ │ ├── NorwegianNynorsk.nsh │ │ │ │ ├── Pashto.nlf │ │ │ │ ├── Pashto.nsh │ │ │ │ ├── Polish.nlf │ │ │ │ ├── Polish.nsh │ │ │ │ ├── Portuguese.nlf │ │ │ │ ├── Portuguese.nsh │ │ │ │ ├── PortugueseBR.nlf │ │ │ │ ├── PortugueseBR.nsh │ │ │ │ ├── Romanian.nlf │ │ │ │ ├── Romanian.nsh │ │ │ │ ├── Russian.nlf │ │ │ │ ├── Russian.nsh │ │ │ │ ├── Serbian.nlf │ │ │ │ ├── Serbian.nsh │ │ │ │ ├── SerbianLatin.nlf │ │ │ │ ├── SerbianLatin.nsh │ │ │ │ ├── Sesotho.nlf │ │ │ │ ├── Sesotho.nsh │ │ │ │ ├── SimpChinese.nlf │ │ │ │ ├── SimpChinese.nsh │ │ │ │ ├── Slovak.nlf │ │ │ │ ├── Slovak.nsh │ │ │ │ ├── Slovenian.nlf │ │ │ │ ├── Slovenian.nsh │ │ │ │ ├── Spanish.nlf │ │ │ │ ├── Spanish.nsh │ │ │ │ ├── SpanishInternational.nlf │ │ │ │ ├── SpanishInternational.nsh │ │ │ │ ├── Swahili.nlf │ │ │ │ ├── Swahili.nsh │ │ │ │ ├── Swedish.nlf │ │ │ │ ├── Swedish.nsh │ │ │ │ ├── Tamil.nlf │ │ │ │ ├── Tamil.nsh │ │ │ │ ├── Thai.nlf │ │ │ │ ├── Thai.nsh │ │ │ │ ├── TradChinese.nlf │ │ │ │ ├── TradChinese.nsh │ │ │ │ ├── Turkish.nlf │ │ │ │ ├── Turkish.nsh │ │ │ │ ├── Twi.nlf │ │ │ │ ├── Twi.nsh │ │ │ │ ├── Ukrainian.nlf │ │ │ │ ├── Ukrainian.nsh │ │ │ │ ├── Uzbek.nlf │ │ │ │ ├── Uzbek.nsh │ │ │ │ ├── Valencian.nlf │ │ │ │ ├── Valencian.nsh │ │ │ │ ├── Vietnamese.nlf │ │ │ │ ├── Vietnamese.nsh │ │ │ │ ├── Welsh.nlf │ │ │ │ ├── Welsh.nsh │ │ │ │ ├── Yoruba.nlf │ │ │ │ ├── Yoruba.nsh │ │ │ │ ├── Zulu.nlf │ │ │ │ └── Zulu.nsh │ │ │ ├── Modern UI 2 │ │ │ │ ├── Deprecated.nsh │ │ │ │ ├── Interface.nsh │ │ │ │ ├── Localization.nsh │ │ │ │ ├── MUI2.nsh │ │ │ │ ├── Pages.nsh │ │ │ │ └── Pages │ │ │ │ │ ├── Components.nsh │ │ │ │ │ ├── Directory.nsh │ │ │ │ │ ├── Finish.nsh │ │ │ │ │ ├── InstallFiles.nsh │ │ │ │ │ ├── License.nsh │ │ │ │ │ ├── StartMenu.nsh │ │ │ │ │ ├── UninstallConfirm.nsh │ │ │ │ │ └── Welcome.nsh │ │ │ ├── Modern UI │ │ │ │ ├── System.nsh │ │ │ │ └── ioSpecial.ini │ │ │ ├── UIs │ │ │ │ ├── default.exe │ │ │ │ ├── modern.exe │ │ │ │ ├── modern_headerbmp.exe │ │ │ │ ├── modern_headerbmpr.exe │ │ │ │ ├── modern_nodesc.exe │ │ │ │ ├── modern_smalldesc.exe │ │ │ │ └── sdbarker_tiny.exe │ │ │ └── zip2exe │ │ │ │ ├── Base.nsh │ │ │ │ ├── Classic.nsh │ │ │ │ └── Modern.nsh │ │ ├── Docs │ │ │ ├── AdvSplash │ │ │ │ └── advsplash.txt │ │ │ ├── Banner │ │ │ │ └── Readme.txt │ │ │ ├── BgImage │ │ │ │ └── BgImage.txt │ │ │ ├── Dialer │ │ │ │ └── Dialer.txt │ │ │ ├── InstallOptions │ │ │ │ ├── Changelog.txt │ │ │ │ └── Readme.html │ │ │ ├── Math │ │ │ │ └── Math.txt │ │ │ ├── Modern UI 2 │ │ │ │ ├── License.txt │ │ │ │ ├── Readme.html │ │ │ │ └── images │ │ │ │ │ ├── closed.gif │ │ │ │ │ ├── header.gif │ │ │ │ │ ├── open.gif │ │ │ │ │ ├── screen1.png │ │ │ │ │ └── screen2.png │ │ │ ├── Modern UI │ │ │ │ ├── Changelog.txt │ │ │ │ ├── License.txt │ │ │ │ ├── Readme.html │ │ │ │ └── images │ │ │ │ │ ├── closed.gif │ │ │ │ │ ├── header.gif │ │ │ │ │ ├── open.gif │ │ │ │ │ ├── screen1.png │ │ │ │ │ └── screen2.png │ │ │ ├── MultiUser │ │ │ │ └── Readme.html │ │ │ ├── NSISdl │ │ │ │ ├── License.txt │ │ │ │ └── ReadMe.txt │ │ │ ├── Splash │ │ │ │ └── splash.txt │ │ │ ├── StartMenu │ │ │ │ └── Readme.txt │ │ │ ├── StrFunc │ │ │ │ └── StrFunc.txt │ │ │ ├── VPatch │ │ │ │ └── Readme.html │ │ │ ├── makensisw │ │ │ │ ├── License.txt │ │ │ │ └── Readme.txt │ │ │ ├── nsDialogs │ │ │ │ └── Readme.html │ │ │ └── nsExec │ │ │ │ └── nsExec.txt │ │ ├── Examples │ │ │ ├── AdvSplash │ │ │ │ └── Example.nsi │ │ │ ├── Banner │ │ │ │ └── Example.nsi │ │ │ ├── BgImage │ │ │ │ └── Example.nsi │ │ │ ├── FileFunc.ini │ │ │ ├── FileFunc.nsi │ │ │ ├── FileFuncTest.nsi │ │ │ ├── FontFunc.nsi │ │ │ ├── InstallOptions │ │ │ │ ├── test.ini │ │ │ │ ├── test.nsi │ │ │ │ ├── testimgs.ini │ │ │ │ ├── testimgs.nsi │ │ │ │ ├── testlink.ini │ │ │ │ ├── testlink.nsi │ │ │ │ ├── testnotify.ini │ │ │ │ └── testnotify.nsi │ │ │ ├── Library.nsi │ │ │ ├── LogicLib.nsi │ │ │ ├── Math │ │ │ │ ├── math.nsi │ │ │ │ ├── mathtest.ini │ │ │ │ ├── mathtest.nsi │ │ │ │ └── mathtest.txt │ │ │ ├── Memento.nsi │ │ │ ├── Modern UI │ │ │ │ ├── Basic.nsi │ │ │ │ ├── HeaderBitmap.nsi │ │ │ │ ├── MultiLanguage.nsi │ │ │ │ ├── StartMenu.nsi │ │ │ │ └── WelcomeFinish.nsi │ │ │ ├── Plugin │ │ │ │ ├── exdll-vs2008.sln │ │ │ │ ├── exdll-vs2008.vcproj │ │ │ │ ├── exdll.c │ │ │ │ ├── exdll.dpr │ │ │ │ ├── exdll.dsp │ │ │ │ ├── exdll.dsw │ │ │ │ ├── exdll_with_unit.dpr │ │ │ │ ├── extdll.inc │ │ │ │ ├── nsis.pas │ │ │ │ └── nsis │ │ │ │ │ ├── api.h │ │ │ │ │ ├── nsis_tchar.h │ │ │ │ │ ├── pluginapi.h │ │ │ │ │ └── pluginapi.lib │ │ │ ├── Splash │ │ │ │ └── Example.nsi │ │ │ ├── StartMenu │ │ │ │ └── Example.nsi │ │ │ ├── StrFunc.nsi │ │ │ ├── TextFunc.ini │ │ │ ├── TextFunc.nsi │ │ │ ├── TextFuncTest.nsi │ │ │ ├── UserInfo │ │ │ │ └── UserInfo.nsi │ │ │ ├── UserVars.nsi │ │ │ ├── VPatch │ │ │ │ ├── example.nsi │ │ │ │ ├── newfile.txt │ │ │ │ ├── oldfile.txt │ │ │ │ └── patch.pat │ │ │ ├── VersionInfo.nsi │ │ │ ├── WordFunc.ini │ │ │ ├── WordFunc.nsi │ │ │ ├── WordFuncTest.nsi │ │ │ ├── bigtest.nsi │ │ │ ├── example1.nsi │ │ │ ├── example2.nsi │ │ │ ├── gfx.nsi │ │ │ ├── languages.nsi │ │ │ ├── makensis.nsi │ │ │ ├── nsDialogs │ │ │ │ ├── InstallOptions.nsi │ │ │ │ ├── example.nsi │ │ │ │ ├── timer.nsi │ │ │ │ └── welcome.nsi │ │ │ ├── nsExec │ │ │ │ └── test.nsi │ │ │ ├── one-section.nsi │ │ │ ├── primes.nsi │ │ │ ├── rtest.nsi │ │ │ ├── silent.nsi │ │ │ ├── viewhtml.nsi │ │ │ └── waplugin.nsi │ │ ├── Include │ │ │ ├── Colors.nsh │ │ │ ├── FileFunc.nsh │ │ │ ├── InstallOptions.nsh │ │ │ ├── LangFile.nsh │ │ │ ├── Library.nsh │ │ │ ├── LogicLib.nsh │ │ │ ├── MUI.nsh │ │ │ ├── MUI2.nsh │ │ │ ├── Memento.nsh │ │ │ ├── MultiUser.nsh │ │ │ ├── Sections.nsh │ │ │ ├── StrFunc.nsh │ │ │ ├── TextFunc.nsh │ │ │ ├── UpgradeDLL.nsh │ │ │ ├── Util.nsh │ │ │ ├── VB6RunTime.nsh │ │ │ ├── VPatchLib.nsh │ │ │ ├── Win │ │ │ │ ├── WinDef.nsh │ │ │ │ ├── WinError.nsh │ │ │ │ ├── WinNT.nsh │ │ │ │ └── WinUser.nsh │ │ │ ├── WinCore.nsh │ │ │ ├── WinMessages.nsh │ │ │ ├── WinVer.nsh │ │ │ ├── WordFunc.nsh │ │ │ ├── nsDialogs.nsh │ │ │ └── x64.nsh │ │ ├── Menu │ │ │ ├── images │ │ │ │ ├── header.gif │ │ │ │ ├── line.gif │ │ │ │ └── site.gif │ │ │ └── index.html │ │ ├── NSIS.chm │ │ ├── NSIS.chw │ │ ├── NSIS.exe │ │ ├── NSIS.exe.manifest │ │ ├── Plugins │ │ │ ├── AdvSplash.dll │ │ │ ├── BHOSetupPlugin.dll │ │ │ ├── Banner.dll │ │ │ ├── BgImage.dll │ │ │ ├── CloseRun2.dll │ │ │ ├── Dialer.dll │ │ │ ├── FindProcDLL.dll │ │ │ ├── InstallOptions.dll │ │ │ ├── LangDLL.dll │ │ │ ├── Math.dll │ │ │ ├── NSISdl.dll │ │ │ ├── PluginInstallEx.dll │ │ │ ├── Splash.dll │ │ │ ├── StartMenu.dll │ │ │ ├── System.dll │ │ │ ├── TypeLib.dll │ │ │ ├── UACTool.dll │ │ │ ├── UserInfo.dll │ │ │ ├── VPatch.dll │ │ │ ├── dumpstate.dll │ │ │ ├── nsDialogs.dll │ │ │ ├── nsExec.dll │ │ │ ├── nsInstallAssist.dll │ │ │ └── nsPluginInstall.dll │ │ ├── Stubs │ │ │ ├── bzip2 │ │ │ ├── bzip2_solid │ │ │ ├── lzma │ │ │ ├── lzma_solid │ │ │ ├── uninst │ │ │ ├── zlib │ │ │ └── zlib_solid │ │ ├── makensis.exe │ │ ├── makensisw.exe │ │ ├── nsisconf.nsh │ │ └── uninst-nsis.exe │ ├── app.manifest │ ├── basehelp.nsh │ ├── header.cmd │ └── setup res │ │ ├── en-US │ │ ├── InstallPackages.xml │ │ ├── Licence.txt │ │ ├── MessageBox.xml │ │ ├── UninstallPackages.xml │ │ ├── btn_danger_focus.png │ │ ├── btn_danger_focus@125.png │ │ ├── btn_danger_focus@150.png │ │ ├── btn_danger_focus@175.png │ │ ├── btn_danger_focus@200.png │ │ ├── btn_danger_hover.png │ │ ├── btn_danger_hover@125.png │ │ ├── btn_danger_hover@150.png │ │ ├── btn_danger_hover@175.png │ │ ├── btn_danger_hover@200.png │ │ ├── btn_danger_normal.png │ │ ├── btn_danger_normal@125.png │ │ ├── btn_danger_normal@150.png │ │ ├── btn_danger_normal@175.png │ │ ├── btn_danger_normal@200.png │ │ ├── btn_danger_pushed.png │ │ ├── btn_danger_pushed@125.png │ │ ├── btn_danger_pushed@150.png │ │ ├── btn_danger_pushed@175.png │ │ ├── btn_danger_pushed@200.png │ │ ├── btn_disabled.png │ │ ├── btn_disabled@125.png │ │ ├── btn_disabled@150.png │ │ ├── btn_disabled@175.png │ │ ├── btn_disabled@200.png │ │ ├── btn_success_focus.png │ │ ├── btn_success_focus@125.png │ │ ├── btn_success_focus@150.png │ │ ├── btn_success_focus@175.png │ │ ├── btn_success_focus@200.png │ │ ├── btn_success_hover.png │ │ ├── btn_success_hover@125.png │ │ ├── btn_success_hover@150.png │ │ ├── btn_success_hover@175.png │ │ ├── btn_success_hover@200.png │ │ ├── btn_success_normal.png │ │ ├── btn_success_normal@125.png │ │ ├── btn_success_normal@150.png │ │ ├── btn_success_normal@175.png │ │ ├── btn_success_normal@200.png │ │ ├── btn_success_pushed.png │ │ ├── btn_success_pushed@125.png │ │ ├── btn_success_pushed@150.png │ │ ├── btn_success_pushed@175.png │ │ ├── btn_success_pushed@200.png │ │ ├── button_focus.png │ │ ├── button_focus@125.png │ │ ├── button_focus@150.png │ │ ├── button_focus@175.png │ │ ├── button_focus@200.png │ │ ├── button_hover.png │ │ ├── button_hover@125.png │ │ ├── button_hover@150.png │ │ ├── button_hover@175.png │ │ ├── button_hover@200.png │ │ ├── button_normal.png │ │ ├── button_normal@125.png │ │ ├── button_normal@150.png │ │ ├── button_normal@175.png │ │ ├── button_normal@200.png │ │ ├── button_pushed.png │ │ ├── button_pushed@125.png │ │ ├── button_pushed@150.png │ │ ├── button_pushed@175.png │ │ ├── button_pushed@200.png │ │ ├── checkbox.png │ │ ├── checkbox@125.png │ │ ├── checkbox@150.png │ │ ├── checkbox@175.png │ │ ├── checkbox@200.png │ │ ├── checkbox_checked.png │ │ ├── checkbox_checked@125.png │ │ ├── checkbox_checked@150.png │ │ ├── checkbox_checked@175.png │ │ ├── checkbox_checked@200.png │ │ ├── checkbox_focus.png │ │ ├── checkbox_focus@125.png │ │ ├── checkbox_focus@150.png │ │ ├── checkbox_focus@175.png │ │ ├── checkbox_focus@200.png │ │ ├── install.ico │ │ ├── logo.png │ │ ├── progress_banner1.png │ │ ├── progress_banner2.png │ │ ├── progress_bk.png │ │ ├── progress_bk@125.png │ │ ├── progress_bk@150.png │ │ ├── progress_bk@175.png │ │ ├── progress_bk@200.png │ │ ├── progress_fore.png │ │ ├── progress_fore@125.png │ │ ├── progress_fore@150.png │ │ ├── progress_fore@175.png │ │ ├── progress_fore@200.png │ │ ├── scroll_fore.png │ │ ├── scroll_fore@125.png │ │ ├── scroll_fore@150.png │ │ ├── scroll_fore@175.png │ │ ├── scroll_fore@200.png │ │ ├── shadow.png │ │ ├── shadow_menu.png │ │ ├── step1.png │ │ ├── step1@125.png │ │ ├── step1@150.png │ │ ├── step1@175.png │ │ ├── step1@200.png │ │ ├── step2.png │ │ ├── step2@125.png │ │ ├── step2@150.png │ │ ├── step2@175.png │ │ ├── step2@200.png │ │ ├── step3.png │ │ ├── step3@125.png │ │ ├── step3@150.png │ │ ├── step3@175.png │ │ ├── step3@200.png │ │ ├── step4.png │ │ ├── step4@125.png │ │ ├── step4@150.png │ │ ├── step4@175.png │ │ ├── step4@200.png │ │ ├── sys_btn_close.png │ │ ├── sys_btn_close1.png │ │ ├── sys_btn_close1@125.png │ │ ├── sys_btn_close1@150.png │ │ ├── sys_btn_close1@175.png │ │ ├── sys_btn_close1@200.png │ │ ├── sys_btn_max.png │ │ ├── sys_btn_min.png │ │ ├── sys_btn_restore.png │ │ ├── title_icon.png │ │ ├── title_icon@125.png │ │ ├── title_icon@150.png │ │ ├── title_icon@175.png │ │ ├── title_icon@200.png │ │ ├── uninst.ico │ │ ├── uninst2.ico │ │ └── uninst3.ico │ │ ├── install.ico │ │ ├── uninst.ico │ │ ├── zh-CN │ │ ├── InstallPackages.xml │ │ ├── Licence.txt │ │ ├── MessageBox.xml │ │ ├── UninstallPackages.xml │ │ ├── btn_danger_focus.png │ │ ├── btn_danger_focus@125.png │ │ ├── btn_danger_focus@150.png │ │ ├── btn_danger_focus@175.png │ │ ├── btn_danger_focus@200.png │ │ ├── btn_danger_hover.png │ │ ├── btn_danger_hover@125.png │ │ ├── btn_danger_hover@150.png │ │ ├── btn_danger_hover@175.png │ │ ├── btn_danger_hover@200.png │ │ ├── btn_danger_normal.png │ │ ├── btn_danger_normal@125.png │ │ ├── btn_danger_normal@150.png │ │ ├── btn_danger_normal@175.png │ │ ├── btn_danger_normal@200.png │ │ ├── btn_danger_pushed.png │ │ ├── btn_danger_pushed@125.png │ │ ├── btn_danger_pushed@150.png │ │ ├── btn_danger_pushed@175.png │ │ ├── btn_danger_pushed@200.png │ │ ├── btn_disabled.png │ │ ├── btn_disabled@125.png │ │ ├── btn_disabled@150.png │ │ ├── btn_disabled@175.png │ │ ├── btn_disabled@200.png │ │ ├── btn_success_focus.png │ │ ├── btn_success_focus@125.png │ │ ├── btn_success_focus@150.png │ │ ├── btn_success_focus@175.png │ │ ├── btn_success_focus@200.png │ │ ├── btn_success_hover.png │ │ ├── btn_success_hover@125.png │ │ ├── btn_success_hover@150.png │ │ ├── btn_success_hover@175.png │ │ ├── btn_success_hover@200.png │ │ ├── btn_success_normal.png │ │ ├── btn_success_normal@125.png │ │ ├── btn_success_normal@150.png │ │ ├── btn_success_normal@175.png │ │ ├── btn_success_normal@200.png │ │ ├── btn_success_pushed.png │ │ ├── btn_success_pushed@125.png │ │ ├── btn_success_pushed@150.png │ │ ├── btn_success_pushed@175.png │ │ ├── btn_success_pushed@200.png │ │ ├── button_focus.png │ │ ├── button_focus@125.png │ │ ├── button_focus@150.png │ │ ├── button_focus@175.png │ │ ├── button_focus@200.png │ │ ├── button_hover.png │ │ ├── button_hover@125.png │ │ ├── button_hover@150.png │ │ ├── button_hover@175.png │ │ ├── button_hover@200.png │ │ ├── button_normal.png │ │ ├── button_normal@125.png │ │ ├── button_normal@150.png │ │ ├── button_normal@175.png │ │ ├── button_normal@200.png │ │ ├── button_pushed.png │ │ ├── button_pushed@125.png │ │ ├── button_pushed@150.png │ │ ├── button_pushed@175.png │ │ ├── button_pushed@200.png │ │ ├── checkbox.png │ │ ├── checkbox@125.png │ │ ├── checkbox@150.png │ │ ├── checkbox@175.png │ │ ├── checkbox@200.png │ │ ├── checkbox_checked.png │ │ ├── checkbox_checked@125.png │ │ ├── checkbox_checked@150.png │ │ ├── checkbox_checked@175.png │ │ ├── checkbox_checked@200.png │ │ ├── checkbox_focus.png │ │ ├── checkbox_focus@125.png │ │ ├── checkbox_focus@150.png │ │ ├── checkbox_focus@175.png │ │ ├── checkbox_focus@200.png │ │ ├── install.ico │ │ ├── logo.png │ │ ├── progress_banner1.png │ │ ├── progress_banner2.png │ │ ├── progress_bk.png │ │ ├── progress_bk@125.png │ │ ├── progress_bk@150.png │ │ ├── progress_bk@175.png │ │ ├── progress_bk@200.png │ │ ├── progress_fore.png │ │ ├── progress_fore@125.png │ │ ├── progress_fore@150.png │ │ ├── progress_fore@175.png │ │ ├── progress_fore@200.png │ │ ├── scroll_fore.png │ │ ├── scroll_fore@125.png │ │ ├── scroll_fore@150.png │ │ ├── scroll_fore@175.png │ │ ├── scroll_fore@200.png │ │ ├── shadow.png │ │ ├── shadow_menu.png │ │ ├── step1.png │ │ ├── step1@125.png │ │ ├── step1@150.png │ │ ├── step1@175.png │ │ ├── step1@200.png │ │ ├── step2.png │ │ ├── step2@125.png │ │ ├── step2@150.png │ │ ├── step2@175.png │ │ ├── step2@200.png │ │ ├── step3.png │ │ ├── step3@125.png │ │ ├── step3@150.png │ │ ├── step3@175.png │ │ ├── step3@200.png │ │ ├── step4.png │ │ ├── step4@125.png │ │ ├── step4@150.png │ │ ├── step4@175.png │ │ ├── step4@200.png │ │ ├── sys_btn_close.png │ │ ├── sys_btn_close1.png │ │ ├── sys_btn_close1@125.png │ │ ├── sys_btn_close1@150.png │ │ ├── sys_btn_close1@175.png │ │ ├── sys_btn_close1@200.png │ │ ├── sys_btn_max.png │ │ ├── sys_btn_min.png │ │ ├── sys_btn_restore.png │ │ ├── title_icon.png │ │ ├── title_icon@125.png │ │ ├── title_icon@150.png │ │ ├── title_icon@175.png │ │ ├── title_icon@200.png │ │ ├── uninst.ico │ │ ├── uninst2.ico │ │ └── uninst3.ico │ │ └── zh-HK │ │ ├── InstallPackages.xml │ │ ├── Licence.txt │ │ ├── MessageBox.xml │ │ ├── UninstallPackages.xml │ │ ├── btn_danger_focus.png │ │ ├── btn_danger_focus@125.png │ │ ├── btn_danger_focus@150.png │ │ ├── btn_danger_focus@175.png │ │ ├── btn_danger_focus@200.png │ │ ├── btn_danger_hover.png │ │ ├── btn_danger_hover@125.png │ │ ├── btn_danger_hover@150.png │ │ ├── btn_danger_hover@175.png │ │ ├── btn_danger_hover@200.png │ │ ├── btn_danger_normal.png │ │ ├── btn_danger_normal@125.png │ │ ├── btn_danger_normal@150.png │ │ ├── btn_danger_normal@175.png │ │ ├── btn_danger_normal@200.png │ │ ├── btn_danger_pushed.png │ │ ├── btn_danger_pushed@125.png │ │ ├── btn_danger_pushed@150.png │ │ ├── btn_danger_pushed@175.png │ │ ├── btn_danger_pushed@200.png │ │ ├── btn_disabled.png │ │ ├── btn_disabled@125.png │ │ ├── btn_disabled@150.png │ │ ├── btn_disabled@175.png │ │ ├── btn_disabled@200.png │ │ ├── btn_success_focus.png │ │ ├── btn_success_focus@125.png │ │ ├── btn_success_focus@150.png │ │ ├── btn_success_focus@175.png │ │ ├── btn_success_focus@200.png │ │ ├── btn_success_hover.png │ │ ├── btn_success_hover@125.png │ │ ├── btn_success_hover@150.png │ │ ├── btn_success_hover@175.png │ │ ├── btn_success_hover@200.png │ │ ├── btn_success_normal.png │ │ ├── btn_success_normal@125.png │ │ ├── btn_success_normal@150.png │ │ ├── btn_success_normal@175.png │ │ ├── btn_success_normal@200.png │ │ ├── btn_success_pushed.png │ │ ├── btn_success_pushed@125.png │ │ ├── btn_success_pushed@150.png │ │ ├── btn_success_pushed@175.png │ │ ├── btn_success_pushed@200.png │ │ ├── button_focus.png │ │ ├── button_focus@125.png │ │ ├── button_focus@150.png │ │ ├── button_focus@175.png │ │ ├── button_focus@200.png │ │ ├── button_hover.png │ │ ├── button_hover@125.png │ │ ├── button_hover@150.png │ │ ├── button_hover@175.png │ │ ├── button_hover@200.png │ │ ├── button_normal.png │ │ ├── button_normal@125.png │ │ ├── button_normal@150.png │ │ ├── button_normal@175.png │ │ ├── button_normal@200.png │ │ ├── button_pushed.png │ │ ├── button_pushed@125.png │ │ ├── button_pushed@150.png │ │ ├── button_pushed@175.png │ │ ├── button_pushed@200.png │ │ ├── checkbox.png │ │ ├── checkbox@125.png │ │ ├── checkbox@150.png │ │ ├── checkbox@175.png │ │ ├── checkbox@200.png │ │ ├── checkbox_checked.png │ │ ├── checkbox_checked@125.png │ │ ├── checkbox_checked@150.png │ │ ├── checkbox_checked@175.png │ │ ├── checkbox_checked@200.png │ │ ├── checkbox_focus.png │ │ ├── checkbox_focus@125.png │ │ ├── checkbox_focus@150.png │ │ ├── checkbox_focus@175.png │ │ ├── checkbox_focus@200.png │ │ ├── install.ico │ │ ├── logo.png │ │ ├── progress_banner1.png │ │ ├── progress_banner2.png │ │ ├── progress_bk.png │ │ ├── progress_bk@125.png │ │ ├── progress_bk@150.png │ │ ├── progress_bk@175.png │ │ ├── progress_bk@200.png │ │ ├── progress_fore.png │ │ ├── progress_fore@125.png │ │ ├── progress_fore@150.png │ │ ├── progress_fore@175.png │ │ ├── progress_fore@200.png │ │ ├── scroll_fore.png │ │ ├── scroll_fore@125.png │ │ ├── scroll_fore@150.png │ │ ├── scroll_fore@175.png │ │ ├── scroll_fore@200.png │ │ ├── shadow.png │ │ ├── shadow_menu.png │ │ ├── step1.png │ │ ├── step1@125.png │ │ ├── step1@150.png │ │ ├── step1@175.png │ │ ├── step1@200.png │ │ ├── step2.png │ │ ├── step2@125.png │ │ ├── step2@150.png │ │ ├── step2@175.png │ │ ├── step2@200.png │ │ ├── step3.png │ │ ├── step3@125.png │ │ ├── step3@150.png │ │ ├── step3@175.png │ │ ├── step3@200.png │ │ ├── step4.png │ │ ├── step4@125.png │ │ ├── step4@150.png │ │ ├── step4@175.png │ │ ├── step4@200.png │ │ ├── sys_btn_close.png │ │ ├── sys_btn_close1.png │ │ ├── sys_btn_close1@125.png │ │ ├── sys_btn_close1@150.png │ │ ├── sys_btn_close1@175.png │ │ ├── sys_btn_close1@200.png │ │ ├── sys_btn_max.png │ │ ├── sys_btn_min.png │ │ ├── sys_btn_restore.png │ │ ├── title_icon.png │ │ ├── title_icon@125.png │ │ ├── title_icon@150.png │ │ ├── title_icon@175.png │ │ ├── title_icon@200.png │ │ ├── uninst.ico │ │ ├── uninst2.ico │ │ └── uninst3.ico └── SkinEngine │ ├── .vs │ └── SkinEngine │ │ └── v14 │ │ └── .suo │ ├── Debug │ ├── SkinEngine.dll │ ├── SkinEngine.exp │ ├── SkinEngine.ilk │ ├── SkinEngine.lib │ └── SkinEngine.pdb │ ├── Release │ ├── SkinEngine.dll │ ├── SkinEngine.exp │ ├── SkinEngine.lib │ └── SkinEngine.pdb │ ├── SkinEngine.VC.db │ ├── SkinEngine.sdf │ ├── SkinEngine.sln │ ├── SkinEngine.suo │ ├── SkinEngine.v12.suo │ ├── SkinEngine │ ├── MsgDef.h │ ├── ReadMe.txt │ ├── SkinEngine.cpp │ ├── SkinEngine.h │ ├── SkinEngine.vcxproj │ ├── SkinEngine.vcxproj.filters │ ├── SkinEngine.vcxproj.user │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── api.h │ ├── dllmain.cpp │ ├── nsTBCIASkinEngine.cpp │ ├── nsTBCIASkinEngine.h │ ├── pluginapi.c │ ├── pluginapi.h │ └── targetver.h │ └── bin │ ├── DuiLib.dll │ ├── DuiLib.exp │ ├── DuiLib.lib │ └── DuiLib.pdb ├── README.md └── res ├── 1.png ├── 2.png ├── 2x ├── 1.png ├── 2.png ├── 3.png └── 4.png ├── 3.png └── 4.png /.gitignore: -------------------------------------------------------------------------------- 1 | NSIS/SkinEngine/ipch 2 | NSIS/SkinEngine/SkinEngine/Release 3 | NSIS/SkinEngine/SkinEngine/Debug 4 | -------------------------------------------------------------------------------- /NSIS/NSIS_src/.vs/ONERadioSetup/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/.vs/ONERadioSetup/v14/.suo -------------------------------------------------------------------------------- /NSIS/NSIS_src/.vs/test/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/.vs/test/v14/.suo -------------------------------------------------------------------------------- /NSIS/NSIS_src/MyDll/DuiLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/MyDll/DuiLib.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/MyPlugin/SkinEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/MyPlugin/SkinEngine.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/MyPlugin/section.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/MyPlugin/section.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Bin/GenPat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Bin/GenPat.exe -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Bin/LibraryLocal.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Bin/LibraryLocal.exe -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Bin/MakeLangId.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Bin/MakeLangId.exe -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Bin/RegTool.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Bin/RegTool.bin -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Bin/zip2exe.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Bin/zip2exe.exe -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/COPYING -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Checks/big.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Checks/big.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Checks/classic.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Checks/classic.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Checks/colorful.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Checks/colorful.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Checks/grey.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Checks/grey.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Checks/modern.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Checks/modern.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Checks/red.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Checks/red.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Checks/simple.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Checks/simple.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Header/nsis-r.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Header/nsis-r.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Header/nsis.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Header/nsis.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Header/orange-r.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Header/orange-r.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Header/orange.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Header/orange.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Header/win.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Header/win.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Wizard/arrow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Wizard/arrow.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Wizard/llama.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Wizard/llama.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Wizard/nsis.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Wizard/nsis.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Wizard/nullsoft.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Wizard/nullsoft.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Wizard/orange.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Wizard/orange.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Graphics/Wizard/win.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Graphics/Wizard/win.bmp -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Afrikaans.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Afrikaans.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Afrikaans.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Afrikaans.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Albanian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Albanian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Albanian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Albanian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Arabic.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Arabic.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Arabic.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Arabic.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Armenian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Armenian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Armenian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Armenian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Basque.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Basque.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Basque.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Basque.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Bosnian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Bosnian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Bosnian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Bosnian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Breton.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Breton.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Breton.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Breton.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Bulgarian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Bulgarian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Bulgarian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Bulgarian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Catalan.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Catalan.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Catalan.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Catalan.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Cibemba.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Cibemba.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Cibemba.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Cibemba.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Croatian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Croatian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Croatian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Croatian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Czech.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Czech.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Czech.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Czech.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Danish.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Danish.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Danish.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Danish.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Dutch.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Dutch.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Dutch.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Dutch.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Efik.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Efik.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Efik.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Efik.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/English.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/English.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/English.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/English.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Esperanto.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Esperanto.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Esperanto.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Esperanto.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Estonian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Estonian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Estonian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Estonian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Farsi.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Farsi.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Farsi.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Farsi.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Finnish.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Finnish.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Finnish.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Finnish.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/French.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/French.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/French.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/French.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Galician.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Galician.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Galician.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Galician.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Georgian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Georgian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Georgian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Georgian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/German.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/German.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/German.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/German.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Greek.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Greek.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Greek.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Greek.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Hebrew.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Hebrew.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Hebrew.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Hebrew.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Hindi.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Hindi.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Hindi.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Hindi.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Hungarian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Hungarian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Hungarian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Hungarian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Icelandic.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Icelandic.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Icelandic.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Icelandic.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Igbo.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Igbo.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Igbo.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Igbo.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Irish.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Irish.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Irish.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Irish.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Italian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Italian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Italian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Italian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Japanese.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Japanese.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Japanese.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Japanese.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Korean.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Korean.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Korean.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Korean.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Kurdish.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Kurdish.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Kurdish.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Kurdish.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Latvian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Latvian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Latvian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Latvian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Malagasy.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Malagasy.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Malagasy.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Malagasy.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Malay.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Malay.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Malay.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Malay.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Mongolian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Mongolian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Mongolian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Mongolian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Norwegian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Norwegian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Norwegian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Norwegian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Pashto.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Pashto.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Pashto.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Pashto.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Polish.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Polish.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Polish.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Polish.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Romanian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Romanian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Romanian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Romanian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Russian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Russian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Russian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Russian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Serbian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Serbian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Serbian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Serbian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Sesotho.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Sesotho.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Sesotho.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Sesotho.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Slovak.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Slovak.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Slovak.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Slovak.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Slovenian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Slovenian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Slovenian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Slovenian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Spanish.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Spanish.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Spanish.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Spanish.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Swahili.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Swahili.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Swahili.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Swahili.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Swedish.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Swedish.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Swedish.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Swedish.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Tamil.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Tamil.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Tamil.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Tamil.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Thai.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Thai.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Thai.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Thai.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Turkish.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Turkish.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Turkish.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Turkish.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Twi.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Twi.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Twi.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Twi.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Ukrainian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Ukrainian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Ukrainian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Ukrainian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Uzbek.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Uzbek.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Uzbek.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Uzbek.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Valencian.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Valencian.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Valencian.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Valencian.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Welsh.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Welsh.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Welsh.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Welsh.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Yoruba.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Yoruba.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Yoruba.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Yoruba.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Zulu.nlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Zulu.nlf -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Language files/Zulu.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Language files/Zulu.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Modern UI 2/Deprecated.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Modern UI 2/Deprecated.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Modern UI 2/Interface.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Modern UI 2/Interface.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Modern UI 2/Localization.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Modern UI 2/Localization.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Modern UI 2/MUI2.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Modern UI 2/MUI2.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Modern UI 2/Pages.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Modern UI 2/Pages.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Modern UI 2/Pages/Finish.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Modern UI 2/Pages/Finish.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Modern UI/System.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Modern UI/System.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/Modern UI/ioSpecial.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/Modern UI/ioSpecial.ini -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/UIs/default.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/UIs/default.exe -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/UIs/modern.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/UIs/modern.exe -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/UIs/modern_headerbmp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/UIs/modern_headerbmp.exe -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/UIs/modern_headerbmpr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/UIs/modern_headerbmpr.exe -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/UIs/modern_nodesc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/UIs/modern_nodesc.exe -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/UIs/modern_smalldesc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/UIs/modern_smalldesc.exe -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/UIs/sdbarker_tiny.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/UIs/sdbarker_tiny.exe -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/zip2exe/Base.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/zip2exe/Base.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/zip2exe/Classic.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/zip2exe/Classic.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Contrib/zip2exe/Modern.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Contrib/zip2exe/Modern.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Docs/Modern UI 2/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Docs/Modern UI 2/License.txt -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Docs/Modern UI 2/images/closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Docs/Modern UI 2/images/closed.gif -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Docs/Modern UI 2/images/header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Docs/Modern UI 2/images/header.gif -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Docs/Modern UI 2/images/open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Docs/Modern UI 2/images/open.gif -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Docs/Modern UI 2/images/screen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Docs/Modern UI 2/images/screen1.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Docs/Modern UI 2/images/screen2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Docs/Modern UI 2/images/screen2.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Docs/Modern UI/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Docs/Modern UI/License.txt -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Docs/Modern UI/images/closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Docs/Modern UI/images/closed.gif -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Docs/Modern UI/images/header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Docs/Modern UI/images/header.gif -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Docs/Modern UI/images/open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Docs/Modern UI/images/open.gif -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Docs/Modern UI/images/screen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Docs/Modern UI/images/screen1.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Docs/Modern UI/images/screen2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Docs/Modern UI/images/screen2.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Docs/StrFunc/StrFunc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Docs/StrFunc/StrFunc.txt -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/AdvSplash/Example.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/AdvSplash/Example.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/Banner/Example.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/Banner/Example.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/BgImage/Example.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/BgImage/Example.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/FileFunc.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/FileFunc.ini -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/FileFunc.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/FileFunc.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/FileFuncTest.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/FileFuncTest.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/InstallOptions/test.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/InstallOptions/test.ini -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/InstallOptions/test.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/InstallOptions/test.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/InstallOptions/testimgs.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/InstallOptions/testimgs.ini -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/InstallOptions/testimgs.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/InstallOptions/testimgs.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/InstallOptions/testlink.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/InstallOptions/testlink.ini -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/InstallOptions/testlink.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/InstallOptions/testlink.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/Library.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/Library.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/LogicLib.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/LogicLib.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/Math/math.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/Math/math.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/Math/mathtest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/Math/mathtest.ini -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/Math/mathtest.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/Math/mathtest.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/Memento.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/Memento.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/Modern UI/Basic.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/Modern UI/Basic.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/Modern UI/HeaderBitmap.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/Modern UI/HeaderBitmap.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/Modern UI/MultiLanguage.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/Modern UI/MultiLanguage.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/Modern UI/StartMenu.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/Modern UI/StartMenu.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/Modern UI/WelcomeFinish.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/Modern UI/WelcomeFinish.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/Plugin/nsis/pluginapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/Plugin/nsis/pluginapi.lib -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/Splash/Example.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/Splash/Example.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/StartMenu/Example.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/StartMenu/Example.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/StrFunc.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/StrFunc.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/TextFunc.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/TextFunc.ini -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/TextFunc.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/TextFunc.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/TextFuncTest.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/TextFuncTest.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/UserInfo/UserInfo.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/UserInfo/UserInfo.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/UserVars.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/UserVars.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/VPatch/example.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/VPatch/example.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/VPatch/newfile.txt: -------------------------------------------------------------------------------- 1 | *** THIS IS A TEST FILE FOR THE VPATCH EXAMPLE *** 2 | *** COMPILE EXAMPLE.NSI TO TEST *** 3 | 4 | newfile - vpatch 5 | 6 | 67890 - GHIJKL -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/VPatch/oldfile.txt: -------------------------------------------------------------------------------- 1 | *** THIS IS A TEST FILE FOR THE VPATCH EXAMPLE *** 2 | *** COMPILE EXAMPLE.NSI TO TEST *** 3 | 4 | oldfile - vpatch 5 | 6 | 12345 - ABCDEF -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/VPatch/patch.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/VPatch/patch.pat -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/VersionInfo.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/VersionInfo.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/WordFunc.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/WordFunc.ini -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/WordFunc.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/WordFunc.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/WordFuncTest.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/WordFuncTest.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/bigtest.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/bigtest.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/example1.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/example1.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/example2.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/example2.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/gfx.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/gfx.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/languages.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/languages.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/makensis.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/makensis.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/nsDialogs/example.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/nsDialogs/example.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/nsDialogs/timer.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/nsDialogs/timer.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/nsDialogs/welcome.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/nsDialogs/welcome.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/nsExec/test.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/nsExec/test.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/one-section.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/one-section.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/primes.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/primes.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/rtest.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/rtest.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/silent.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/silent.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/viewhtml.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/viewhtml.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Examples/waplugin.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Examples/waplugin.nsi -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/Colors.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/Colors.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/FileFunc.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/FileFunc.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/InstallOptions.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/InstallOptions.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/LangFile.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/LangFile.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/Library.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/Library.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/LogicLib.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/LogicLib.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/MUI.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/MUI.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/MUI2.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/MUI2.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/Memento.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/Memento.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/MultiUser.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/MultiUser.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/Sections.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/Sections.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/StrFunc.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/StrFunc.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/TextFunc.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/TextFunc.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/UpgradeDLL.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/UpgradeDLL.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/Util.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/Util.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/VB6RunTime.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/VB6RunTime.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/VPatchLib.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/VPatchLib.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/WinCore.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/WinCore.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/WinMessages.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/WinMessages.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/WinVer.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/WinVer.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/WordFunc.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/WordFunc.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/nsDialogs.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/nsDialogs.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Include/x64.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Include/x64.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Menu/images/header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Menu/images/header.gif -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Menu/images/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Menu/images/line.gif -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Menu/images/site.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Menu/images/site.gif -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/NSIS.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/NSIS.chm -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/NSIS.chw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/NSIS.chw -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/NSIS.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/NSIS.exe -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/AdvSplash.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/AdvSplash.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/BHOSetupPlugin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/BHOSetupPlugin.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/Banner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/Banner.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/BgImage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/BgImage.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/CloseRun2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/CloseRun2.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/Dialer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/Dialer.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/FindProcDLL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/FindProcDLL.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/InstallOptions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/InstallOptions.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/LangDLL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/LangDLL.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/Math.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/Math.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/NSISdl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/NSISdl.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/PluginInstallEx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/PluginInstallEx.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/Splash.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/Splash.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/StartMenu.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/StartMenu.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/System.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/System.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/TypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/TypeLib.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/UACTool.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/UACTool.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/UserInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/UserInfo.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/VPatch.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/VPatch.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/dumpstate.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/dumpstate.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/nsDialogs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/nsDialogs.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/nsExec.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/nsExec.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/nsInstallAssist.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/nsInstallAssist.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Plugins/nsPluginInstall.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Plugins/nsPluginInstall.dll -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Stubs/bzip2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Stubs/bzip2 -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Stubs/bzip2_solid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Stubs/bzip2_solid -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Stubs/lzma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Stubs/lzma -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Stubs/lzma_solid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Stubs/lzma_solid -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Stubs/uninst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Stubs/uninst -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Stubs/zlib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Stubs/zlib -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/Stubs/zlib_solid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/Stubs/zlib_solid -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/makensis.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/makensis.exe -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/makensisw.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/makensisw.exe -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/nsisconf.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/nsisconf.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/NSIS/uninst-nsis.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/NSIS/uninst-nsis.exe -------------------------------------------------------------------------------- /NSIS/NSIS_src/basehelp.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/basehelp.nsh -------------------------------------------------------------------------------- /NSIS/NSIS_src/header.cmd: -------------------------------------------------------------------------------- 1 | "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\mt.exe" -manifest app.manifest -updateresource:%TEMP%\exehead.tmp;1 2 | -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_focus.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_focus@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_focus@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_focus@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_focus@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_focus@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_focus@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_focus@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_focus@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_hover.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_hover@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_hover@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_hover@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_hover@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_hover@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_hover@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_hover@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_hover@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_normal.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_normal@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_normal@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_normal@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_normal@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_normal@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_normal@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_normal@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_normal@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_pushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_pushed.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_pushed@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_pushed@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_pushed@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_pushed@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_pushed@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_pushed@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_danger_pushed@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_danger_pushed@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_disabled.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_disabled@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_disabled@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_disabled@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_disabled@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_disabled@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_disabled@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_disabled@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_disabled@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_success_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_success_focus.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_success_focus@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_success_focus@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_success_focus@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_success_focus@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_success_focus@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_success_focus@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_success_focus@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_success_focus@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_success_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_success_hover.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_success_hover@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_success_hover@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_success_hover@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_success_hover@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_success_hover@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_success_hover@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_success_hover@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_success_hover@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_success_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_success_normal.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/btn_success_pushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/btn_success_pushed.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_focus.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_focus@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_focus@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_focus@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_focus@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_focus@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_focus@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_focus@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_focus@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_hover.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_hover@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_hover@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_hover@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_hover@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_hover@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_hover@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_hover@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_hover@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_normal.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_normal@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_normal@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_normal@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_normal@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_normal@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_normal@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_normal@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_normal@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_pushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_pushed.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_pushed@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_pushed@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_pushed@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_pushed@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_pushed@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_pushed@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/button_pushed@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/button_pushed@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/checkbox.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/checkbox@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/checkbox@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/checkbox@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/checkbox@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/checkbox@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/checkbox@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/checkbox@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/checkbox@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/checkbox_checked.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/checkbox_checked@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/checkbox_checked@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/checkbox_checked@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/checkbox_checked@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/checkbox_checked@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/checkbox_checked@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/checkbox_checked@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/checkbox_checked@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/checkbox_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/checkbox_focus.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/checkbox_focus@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/checkbox_focus@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/checkbox_focus@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/checkbox_focus@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/checkbox_focus@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/checkbox_focus@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/checkbox_focus@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/checkbox_focus@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/install.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/install.ico -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/logo.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/progress_banner1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/progress_banner1.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/progress_banner2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/progress_banner2.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/progress_bk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/progress_bk.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/progress_bk@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/progress_bk@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/progress_bk@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/progress_bk@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/progress_bk@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/progress_bk@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/progress_bk@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/progress_bk@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/progress_fore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/progress_fore.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/progress_fore@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/progress_fore@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/progress_fore@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/progress_fore@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/progress_fore@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/progress_fore@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/progress_fore@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/progress_fore@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/scroll_fore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/scroll_fore.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/scroll_fore@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/scroll_fore@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/scroll_fore@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/scroll_fore@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/scroll_fore@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/scroll_fore@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/scroll_fore@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/scroll_fore@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/shadow.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/shadow_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/shadow_menu.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step1.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step1@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step1@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step1@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step1@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step1@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step1@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step1@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step1@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step2.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step2@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step2@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step2@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step2@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step2@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step2@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step2@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step2@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step3.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step3@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step3@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step3@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step3@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step3@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step3@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step3@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step3@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step4.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step4@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step4@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step4@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step4@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step4@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step4@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/step4@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/step4@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/sys_btn_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/sys_btn_close.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/sys_btn_close1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/sys_btn_close1.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/sys_btn_close1@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/sys_btn_close1@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/sys_btn_close1@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/sys_btn_close1@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/sys_btn_close1@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/sys_btn_close1@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/sys_btn_close1@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/sys_btn_close1@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/sys_btn_max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/sys_btn_max.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/sys_btn_min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/sys_btn_min.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/sys_btn_restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/sys_btn_restore.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/title_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/title_icon.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/title_icon@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/title_icon@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/title_icon@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/title_icon@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/title_icon@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/title_icon@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/title_icon@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/title_icon@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/uninst.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/uninst.ico -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/uninst2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/uninst2.ico -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/en-US/uninst3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/en-US/uninst3.ico -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/install.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/install.ico -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/uninst.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/uninst.ico -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_focus.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_focus@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_focus@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_focus@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_focus@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_focus@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_focus@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_focus@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_focus@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_hover.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_hover@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_hover@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_hover@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_hover@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_hover@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_hover@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_hover@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_hover@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_normal.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_normal@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_normal@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_normal@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_normal@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_normal@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_normal@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_normal@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_normal@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_pushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_pushed.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_pushed@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_pushed@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_pushed@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_pushed@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_pushed@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_pushed@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_danger_pushed@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_danger_pushed@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_disabled.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_disabled@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_disabled@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_disabled@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_disabled@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_disabled@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_disabled@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_disabled@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_disabled@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_success_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_success_focus.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_success_focus@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_success_focus@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_success_focus@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_success_focus@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_success_focus@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_success_focus@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_success_focus@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_success_focus@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_success_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_success_hover.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_success_hover@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_success_hover@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_success_hover@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_success_hover@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_success_hover@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_success_hover@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_success_hover@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_success_hover@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_success_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_success_normal.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/btn_success_pushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/btn_success_pushed.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_focus.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_focus@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_focus@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_focus@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_focus@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_focus@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_focus@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_focus@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_focus@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_hover.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_hover@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_hover@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_hover@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_hover@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_hover@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_hover@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_hover@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_hover@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_normal.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_normal@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_normal@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_normal@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_normal@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_normal@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_normal@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_normal@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_normal@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_pushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_pushed.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_pushed@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_pushed@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_pushed@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_pushed@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_pushed@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_pushed@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/button_pushed@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/button_pushed@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/checkbox.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/checkbox@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/checkbox@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/checkbox@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/checkbox@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/checkbox@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/checkbox@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/checkbox@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/checkbox@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/checkbox_checked.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/checkbox_checked@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/checkbox_checked@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/checkbox_checked@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/checkbox_checked@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/checkbox_checked@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/checkbox_checked@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/checkbox_checked@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/checkbox_checked@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/checkbox_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/checkbox_focus.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/checkbox_focus@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/checkbox_focus@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/checkbox_focus@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/checkbox_focus@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/checkbox_focus@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/checkbox_focus@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/checkbox_focus@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/checkbox_focus@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/install.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/install.ico -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/logo.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/progress_banner1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/progress_banner1.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/progress_banner2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/progress_banner2.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/progress_bk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/progress_bk.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/progress_bk@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/progress_bk@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/progress_bk@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/progress_bk@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/progress_bk@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/progress_bk@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/progress_bk@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/progress_bk@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/progress_fore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/progress_fore.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/progress_fore@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/progress_fore@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/progress_fore@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/progress_fore@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/progress_fore@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/progress_fore@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/progress_fore@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/progress_fore@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/scroll_fore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/scroll_fore.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/scroll_fore@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/scroll_fore@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/scroll_fore@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/scroll_fore@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/scroll_fore@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/scroll_fore@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/scroll_fore@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/scroll_fore@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/shadow.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/shadow_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/shadow_menu.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step1.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step1@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step1@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step1@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step1@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step1@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step1@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step1@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step1@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step2.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step2@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step2@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step2@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step2@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step2@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step2@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step2@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step2@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step3.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step3@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step3@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step3@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step3@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step3@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step3@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step3@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step3@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step4.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step4@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step4@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step4@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step4@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step4@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step4@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/step4@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/step4@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/sys_btn_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/sys_btn_close.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/sys_btn_close1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/sys_btn_close1.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/sys_btn_close1@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/sys_btn_close1@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/sys_btn_close1@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/sys_btn_close1@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/sys_btn_close1@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/sys_btn_close1@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/sys_btn_close1@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/sys_btn_close1@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/sys_btn_max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/sys_btn_max.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/sys_btn_min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/sys_btn_min.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/sys_btn_restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/sys_btn_restore.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/title_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/title_icon.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/title_icon@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/title_icon@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/title_icon@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/title_icon@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/title_icon@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/title_icon@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/title_icon@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/title_icon@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/uninst.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/uninst.ico -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/uninst2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/uninst2.ico -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-CN/uninst3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-CN/uninst3.ico -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/btn_danger_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/btn_danger_focus.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/btn_danger_focus@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/btn_danger_focus@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/btn_danger_focus@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/btn_danger_focus@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/btn_danger_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/btn_danger_hover.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/btn_danger_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/btn_danger_normal.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/btn_danger_pushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/btn_danger_pushed.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/btn_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/btn_disabled.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/btn_disabled@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/btn_disabled@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/btn_disabled@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/btn_disabled@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/btn_disabled@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/btn_disabled@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/btn_disabled@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/btn_disabled@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/btn_success_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/btn_success_focus.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/btn_success_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/btn_success_hover.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/btn_success_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/btn_success_normal.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/btn_success_pushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/btn_success_pushed.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_focus.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_focus@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_focus@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_focus@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_focus@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_focus@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_focus@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_focus@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_focus@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_hover.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_hover@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_hover@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_hover@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_hover@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_hover@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_hover@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_hover@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_hover@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_normal.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_normal@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_normal@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_normal@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_normal@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_normal@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_normal@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_normal@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_normal@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_pushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_pushed.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_pushed@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_pushed@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_pushed@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_pushed@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_pushed@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_pushed@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/button_pushed@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/button_pushed@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/checkbox.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/checkbox@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/checkbox@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/checkbox@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/checkbox@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/checkbox@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/checkbox@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/checkbox@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/checkbox@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/checkbox_checked.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/checkbox_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/checkbox_focus.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/checkbox_focus@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/checkbox_focus@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/checkbox_focus@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/checkbox_focus@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/checkbox_focus@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/checkbox_focus@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/checkbox_focus@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/checkbox_focus@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/install.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/install.ico -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/logo.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/progress_banner1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/progress_banner1.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/progress_banner2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/progress_banner2.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/progress_bk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/progress_bk.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/progress_bk@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/progress_bk@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/progress_bk@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/progress_bk@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/progress_bk@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/progress_bk@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/progress_bk@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/progress_bk@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/progress_fore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/progress_fore.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/progress_fore@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/progress_fore@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/progress_fore@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/progress_fore@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/progress_fore@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/progress_fore@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/progress_fore@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/progress_fore@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/scroll_fore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/scroll_fore.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/scroll_fore@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/scroll_fore@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/scroll_fore@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/scroll_fore@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/scroll_fore@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/scroll_fore@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/scroll_fore@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/scroll_fore@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/shadow.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/shadow_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/shadow_menu.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step1.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step1@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step1@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step1@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step1@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step1@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step1@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step1@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step1@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step2.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step2@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step2@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step2@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step2@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step2@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step2@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step2@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step2@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step3.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step3@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step3@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step3@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step3@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step3@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step3@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step3@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step3@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step4.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step4@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step4@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step4@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step4@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step4@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step4@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/step4@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/step4@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/sys_btn_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/sys_btn_close.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/sys_btn_close1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/sys_btn_close1.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/sys_btn_close1@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/sys_btn_close1@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/sys_btn_close1@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/sys_btn_close1@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/sys_btn_close1@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/sys_btn_close1@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/sys_btn_close1@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/sys_btn_close1@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/sys_btn_max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/sys_btn_max.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/sys_btn_min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/sys_btn_min.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/sys_btn_restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/sys_btn_restore.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/title_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/title_icon.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/title_icon@125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/title_icon@125.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/title_icon@150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/title_icon@150.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/title_icon@175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/title_icon@175.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/title_icon@200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/title_icon@200.png -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/uninst.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/uninst.ico -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/uninst2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/uninst2.ico -------------------------------------------------------------------------------- /NSIS/NSIS_src/setup res/zh-HK/uninst3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/NSIS_src/setup res/zh-HK/uninst3.ico -------------------------------------------------------------------------------- /NSIS/SkinEngine/.vs/SkinEngine/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/.vs/SkinEngine/v14/.suo -------------------------------------------------------------------------------- /NSIS/SkinEngine/Debug/SkinEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/Debug/SkinEngine.dll -------------------------------------------------------------------------------- /NSIS/SkinEngine/Debug/SkinEngine.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/Debug/SkinEngine.exp -------------------------------------------------------------------------------- /NSIS/SkinEngine/Debug/SkinEngine.ilk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/Debug/SkinEngine.ilk -------------------------------------------------------------------------------- /NSIS/SkinEngine/Debug/SkinEngine.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/Debug/SkinEngine.lib -------------------------------------------------------------------------------- /NSIS/SkinEngine/Debug/SkinEngine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/Debug/SkinEngine.pdb -------------------------------------------------------------------------------- /NSIS/SkinEngine/Release/SkinEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/Release/SkinEngine.dll -------------------------------------------------------------------------------- /NSIS/SkinEngine/Release/SkinEngine.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/Release/SkinEngine.exp -------------------------------------------------------------------------------- /NSIS/SkinEngine/Release/SkinEngine.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/Release/SkinEngine.lib -------------------------------------------------------------------------------- /NSIS/SkinEngine/Release/SkinEngine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/Release/SkinEngine.pdb -------------------------------------------------------------------------------- /NSIS/SkinEngine/SkinEngine.VC.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/SkinEngine.VC.db -------------------------------------------------------------------------------- /NSIS/SkinEngine/SkinEngine.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/SkinEngine.sdf -------------------------------------------------------------------------------- /NSIS/SkinEngine/SkinEngine.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/SkinEngine.suo -------------------------------------------------------------------------------- /NSIS/SkinEngine/SkinEngine.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/SkinEngine.v12.suo -------------------------------------------------------------------------------- /NSIS/SkinEngine/SkinEngine/SkinEngine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/SkinEngine/SkinEngine.cpp -------------------------------------------------------------------------------- /NSIS/SkinEngine/SkinEngine/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/SkinEngine/StdAfx.cpp -------------------------------------------------------------------------------- /NSIS/SkinEngine/SkinEngine/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/SkinEngine/StdAfx.h -------------------------------------------------------------------------------- /NSIS/SkinEngine/SkinEngine/nsTBCIASkinEngine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/SkinEngine/nsTBCIASkinEngine.cpp -------------------------------------------------------------------------------- /NSIS/SkinEngine/SkinEngine/nsTBCIASkinEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/SkinEngine/nsTBCIASkinEngine.h -------------------------------------------------------------------------------- /NSIS/SkinEngine/SkinEngine/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/SkinEngine/targetver.h -------------------------------------------------------------------------------- /NSIS/SkinEngine/bin/DuiLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/bin/DuiLib.dll -------------------------------------------------------------------------------- /NSIS/SkinEngine/bin/DuiLib.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/bin/DuiLib.exp -------------------------------------------------------------------------------- /NSIS/SkinEngine/bin/DuiLib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/bin/DuiLib.lib -------------------------------------------------------------------------------- /NSIS/SkinEngine/bin/DuiLib.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/NSIS/SkinEngine/bin/DuiLib.pdb -------------------------------------------------------------------------------- /res/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/res/1.png -------------------------------------------------------------------------------- /res/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/res/2.png -------------------------------------------------------------------------------- /res/2x/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/res/2x/1.png -------------------------------------------------------------------------------- /res/2x/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/res/2x/2.png -------------------------------------------------------------------------------- /res/2x/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/res/2x/3.png -------------------------------------------------------------------------------- /res/2x/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/res/2x/4.png -------------------------------------------------------------------------------- /res/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/res/3.png -------------------------------------------------------------------------------- /res/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaodeng/BiuSetup/2f6e818763423089a8bde9025576b7f40be36a82/res/4.png --------------------------------------------------------------------------------