├── .editorconfig ├── .github └── workflows │ ├── node.yml │ └── stale.yml ├── .gitignore ├── .husky └── pre-commit ├── .markdownlint.json ├── README.md ├── docs ├── .nojekyll ├── Callbacks │ ├── onGUIEnd.md │ ├── onGUIInit.md │ ├── onInit.md │ ├── onInstFailed.md │ ├── onInstSuccess.md │ ├── onMouseOverSection.md │ ├── onRebootFailed.md │ ├── onSelChange.md │ ├── onUserAbort.md │ ├── onVerifyInstDir.md │ ├── un.onGUIEnd.md │ ├── un.onGUIInit.md │ ├── un.onInit.md │ ├── un.onRebootFailed.md │ ├── un.onSelChange.md │ ├── un.onUninstFailed.md │ ├── un.onUninstSuccess.md │ └── un.onUserAbort.md ├── Commands │ ├── !addincludedir.md │ ├── !addplugindir.md │ ├── !appendfile.md │ ├── !assert.md │ ├── !cd.md │ ├── !define.md │ ├── !delfile.md │ ├── !echo.md │ ├── !else.md │ ├── !endif.md │ ├── !error.md │ ├── !execute.md │ ├── !finalize.md │ ├── !getdllversion.md │ ├── !gettlbversion.md │ ├── !if.md │ ├── !ifdef.md │ ├── !ifmacrodef.md │ ├── !ifmacrondef.md │ ├── !ifndef.md │ ├── !include.md │ ├── !insertmacro.md │ ├── !macro.md │ ├── !macroend.md │ ├── !makensis.md │ ├── !packhdr.md │ ├── !pragma.md │ ├── !searchparse.md │ ├── !searchreplace.md │ ├── !system.md │ ├── !tempfile.md │ ├── !undef.md │ ├── !uninstfinalize.md │ ├── !verbose.md │ ├── !warning.md │ ├── Abort.md │ ├── AddBrandingImage.md │ ├── AddSize.md │ ├── AllowRootDirInstall.md │ ├── AllowSkipFiles.md │ ├── AutoCloseWindow.md │ ├── BGFont.md │ ├── BGGradient.md │ ├── BrandingText.md │ ├── BringToFront.md │ ├── CRCCheck.md │ ├── Call.md │ ├── CallInstDLL.md │ ├── Caption.md │ ├── ChangeUI.md │ ├── CheckBitmap.md │ ├── ClearErrors.md │ ├── CompletedText.md │ ├── ComponentText.md │ ├── CopyFiles.md │ ├── CreateDirectory.md │ ├── CreateFont.md │ ├── CreateShortCut.md │ ├── Delete.md │ ├── DeleteINISec.md │ ├── DeleteINIStr.md │ ├── DeleteRegKey.md │ ├── DeleteRegValue.md │ ├── DetailPrint.md │ ├── DetailsButtonText.md │ ├── DirText.md │ ├── DirVar.md │ ├── DirVerify.md │ ├── EnableWindow.md │ ├── EnumRegKey.md │ ├── EnumRegValue.md │ ├── Exch.md │ ├── Exec.md │ ├── ExecShell.md │ ├── ExecShellWait.md │ ├── ExecWait.md │ ├── ExpandEnvStrings.md │ ├── File.md │ ├── FileBufSize.md │ ├── FileClose.md │ ├── FileErrorText.md │ ├── FileOpen.md │ ├── FileRead.md │ ├── FileReadByte.md │ ├── FileReadUTF16LE.md │ ├── FileReadWord.md │ ├── FileSeek.md │ ├── FileWrite.md │ ├── FileWriteByte.md │ ├── FileWriteUTF16LE.md │ ├── FileWriteWord.md │ ├── FindClose.md │ ├── FindFirst.md │ ├── FindNext.md │ ├── FindWindow.md │ ├── FlushINI.md │ ├── Function.md │ ├── FunctionEnd.md │ ├── GetCurInstType.md │ ├── GetCurrentAddress.md │ ├── GetDLLVersion.md │ ├── GetDLLVersionLocal.md │ ├── GetDlgItem.md │ ├── GetErrorLevel.md │ ├── GetFileTime.md │ ├── GetFileTimeLocal.md │ ├── GetFullPathName.md │ ├── GetFunctionAddress.md │ ├── GetInstDirError.md │ ├── GetKnownFolderPath.md │ ├── GetLabelAddress.md │ ├── GetTempFileName.md │ ├── GetWinVer.md │ ├── Goto.md │ ├── HideWindow.md │ ├── Icon.md │ ├── IfAbort.md │ ├── IfErrors.md │ ├── IfFileExists.md │ ├── IfRebootFlag.md │ ├── IfRtlLanguage.md │ ├── IfShellVarContextAll.md │ ├── IfSilent.md │ ├── InitPluginsDir.md │ ├── InstProgressFlags.md │ ├── InstType.md │ ├── InstTypeGetText.md │ ├── InstTypeSetText.md │ ├── InstallButtonText.md │ ├── InstallColors.md │ ├── InstallDir.md │ ├── InstallDirRegKey.md │ ├── Int64Cmp.md │ ├── Int64CmpU.md │ ├── Int64Fmt.md │ ├── IntCmp.md │ ├── IntCmpU.md │ ├── IntFmt.md │ ├── IntOp.md │ ├── IntPtrCmp.md │ ├── IntPtrCmpU.md │ ├── IntPtrOp.md │ ├── IsWindow.md │ ├── LangString.md │ ├── LicenseBkColor.md │ ├── LicenseData.md │ ├── LicenseForceSelection.md │ ├── LicenseLangString.md │ ├── LicenseText.md │ ├── LoadAndSetImage.md │ ├── LoadLanguageFile.md │ ├── LockWindow.md │ ├── LogSet.md │ ├── LogText.md │ ├── ManifestDPIAware.md │ ├── ManifestLongPathAware.md │ ├── ManifestMaxVersionTested.md │ ├── ManifestSupportedOS.md │ ├── MessageBox.md │ ├── MiscButtonText.md │ ├── Name.md │ ├── Nop.md │ ├── OutFile.md │ ├── PEAddResource.md │ ├── PEDllCharacteristics.md │ ├── PERemoveResource.md │ ├── PESubsysVer.md │ ├── Page.md │ ├── PageCallbacks.md │ ├── PageEx.md │ ├── PageExEnd.md │ ├── Pop.md │ ├── Push.md │ ├── Quit.md │ ├── RMDir.md │ ├── ReadEnvStr.md │ ├── ReadINIStr.md │ ├── ReadRegDWORD.md │ ├── ReadRegStr.md │ ├── Reboot.md │ ├── RegDLL.md │ ├── Rename.md │ ├── RequestExecutionLevel.md │ ├── ReserveFile.md │ ├── Return.md │ ├── SearchPath.md │ ├── Section.md │ ├── SectionEnd.md │ ├── SectionGetFlags.md │ ├── SectionGetInstTypes.md │ ├── SectionGetSize.md │ ├── SectionGetText.md │ ├── SectionGroup.md │ ├── SectionGroupEnd.md │ ├── SectionIn.md │ ├── SectionSetFlags.md │ ├── SectionSetInstTypes.md │ ├── SectionSetSize.md │ ├── SectionSetText.md │ ├── SendMessage.md │ ├── SetAutoClose.md │ ├── SetBrandingImage.md │ ├── SetCompress.md │ ├── SetCompressor.md │ ├── SetCompressorDictSize.md │ ├── SetCtlColors.md │ ├── SetCurInstType.md │ ├── SetDatablockOptimize.md │ ├── SetDateSave.md │ ├── SetDetailsPrint.md │ ├── SetDetailsView.md │ ├── SetErrorLevel.md │ ├── SetErrors.md │ ├── SetFileAttributes.md │ ├── SetFont.md │ ├── SetOutPath.md │ ├── SetOverwrite.md │ ├── SetRebootFlag.md │ ├── SetRegView.md │ ├── SetShellVarContext.md │ ├── SetSilent.md │ ├── ShowInstDetails.md │ ├── ShowUninstDetails.md │ ├── ShowWindow.md │ ├── SilentInstall.md │ ├── SilentUnInstall.md │ ├── Sleep.md │ ├── SpaceTexts.md │ ├── StrCmp.md │ ├── StrCmpS.md │ ├── StrCpy.md │ ├── StrLen.md │ ├── SubCaption.md │ ├── UnRegDLL.md │ ├── Unicode.md │ ├── UninstPage.md │ ├── UninstallButtonText.md │ ├── UninstallCaption.md │ ├── UninstallIcon.md │ ├── UninstallSubCaption.md │ ├── UninstallText.md │ ├── VIAddVersionKey.md │ ├── VIFileVersion.md │ ├── VIProductVersion.md │ ├── Var.md │ ├── WindowIcon.md │ ├── WriteINIStr.md │ ├── WriteRegBin.md │ ├── WriteRegDWORD.md │ ├── WriteRegExpandStr.md │ ├── WriteRegMultiStr.md │ ├── WriteRegStr.md │ ├── WriteUninstaller.md │ └── XPStyle.md ├── Includes │ ├── FileFunc │ │ ├── BannerTrimPath.md │ │ ├── DirState.md │ │ ├── DriveSpace.md │ │ ├── GetBaseName.md │ │ ├── GetDrives.md │ │ ├── GetExeName.md │ │ ├── GetExePath.md │ │ ├── GetFileAttributes.md │ │ ├── GetFileExt.md │ │ ├── GetFileName.md │ │ ├── GetFileVersion.md │ │ ├── GetOptions.md │ │ ├── GetOptionsS.md │ │ ├── GetParameters.md │ │ ├── GetParent.md │ │ ├── GetRoot.md │ │ ├── GetSize.md │ │ ├── GetTime.md │ │ ├── Locate.md │ │ └── RefreshShellIcons.md │ ├── LogicLib │ │ ├── AndIf.md │ │ ├── AndIfNot.md │ │ ├── AndUnless.md │ │ ├── Break.md │ │ ├── Case.md │ │ ├── CaseElse.md │ │ ├── Continue.md │ │ ├── Default.md │ │ ├── Do.md │ │ ├── DoUntil.md │ │ ├── DoWhile.md │ │ ├── Else.md │ │ ├── ElseIf.md │ │ ├── ElseIfNot.md │ │ ├── ElseUnless.md │ │ ├── EndIf.md │ │ ├── EndSelect.md │ │ ├── EndSwitch.md │ │ ├── ExitDo.md │ │ ├── ExitFor.md │ │ ├── ExitWhile.md │ │ ├── For.md │ │ ├── ForEach.md │ │ ├── If.md │ │ ├── IfCmd.md │ │ ├── IfNot.md │ │ ├── IfNotThen.md │ │ ├── IfThen.md │ │ ├── Loop.md │ │ ├── LoopUntil.md │ │ ├── LoopWhile.md │ │ ├── OrIf.md │ │ ├── OrIfNot.md │ │ ├── OrUnless.md │ │ ├── Select.md │ │ ├── Switch.md │ │ ├── Unless.md │ │ └── While.md │ ├── Memento │ │ ├── MementoSection.md │ │ ├── MementoSectionDone.md │ │ ├── MementoSectionEnd.md │ │ ├── MementoSectionRestore.md │ │ ├── MementoSectionSave.md │ │ └── MementoUnselectedSection.md │ ├── StrFunc │ │ ├── StrCase.md │ │ ├── StrClb.md │ │ ├── StrIOToNSIS.md │ │ ├── StrLoc.md │ │ ├── StrNSISToIO.md │ │ ├── StrRep.md │ │ ├── StrSort.md │ │ ├── StrStr.md │ │ ├── StrStrAdv.md │ │ ├── StrTok.md │ │ └── StrTrimNewLines.md │ ├── TextFunc │ │ ├── ConfigRead.md │ │ ├── ConfigReadS.md │ │ ├── ConfigWrite.md │ │ ├── ConfigWriteS.md │ │ ├── FileJoin.md │ │ ├── FileReadFromEnd.md │ │ ├── FileRecode.md │ │ ├── LineFind.md │ │ ├── LineRead.md │ │ ├── LineSum.md │ │ ├── TextCompare.md │ │ ├── TextCompareS.md │ │ └── TrimNewLines.md │ ├── WinVer │ │ ├── AtLeastServicePack.md │ │ ├── AtLeastWin10.md │ │ ├── AtLeastWin11.md │ │ ├── AtLeastWin2000.md │ │ ├── AtLeastWin2003.md │ │ ├── AtLeastWin2008.md │ │ ├── AtLeastWin2008R2.md │ │ ├── AtLeastWin7.md │ │ ├── AtLeastWin8.1.md │ │ ├── AtLeastWin8.md │ │ ├── AtLeastWin95.md │ │ ├── AtLeastWin98.md │ │ ├── AtLeastWinME.md │ │ ├── AtLeastWinNT4.md │ │ ├── AtLeastWinVista.md │ │ ├── AtLeastWinXP.md │ │ ├── AtMostServicePack.md │ │ ├── AtMostWin10.md │ │ ├── AtMostWin11.md │ │ ├── AtMostWin2000.md │ │ ├── AtMostWin2003.md │ │ ├── AtMostWin2008.md │ │ ├── AtMostWin2008R2.md │ │ ├── AtMostWin2012.md │ │ ├── AtMostWin2012R2.md │ │ ├── AtMostWin7.md │ │ ├── AtMostWin8.1.md │ │ ├── AtMostWin8.md │ │ ├── AtMostWin95.md │ │ ├── AtMostWin98.md │ │ ├── AtMostWinME.md │ │ ├── AtMostWinNT4.md │ │ ├── AtMostWinVista.md │ │ ├── AtMostWinXP.md │ │ ├── IsDomainController.md │ │ ├── IsNT.md │ │ ├── IsServerOS.md │ │ ├── IsServicePack.md │ │ ├── IsWin10.md │ │ ├── IsWin11.md │ │ ├── IsWin2000.md │ │ ├── IsWin2003.md │ │ ├── IsWin2008.md │ │ ├── IsWin2008R2.md │ │ ├── IsWin2012.md │ │ ├── IsWin2012R2.md │ │ ├── IsWin7.md │ │ ├── IsWin8.1.md │ │ ├── IsWin8.md │ │ ├── IsWin95.md │ │ ├── IsWin98.md │ │ ├── IsWinME.md │ │ ├── IsWinNT4.md │ │ ├── IsWinVista.md │ │ └── IsWinXP.md │ ├── WordFunc │ │ ├── StrFilter.md │ │ ├── StrFilterS.md │ │ ├── VersionCompare.md │ │ ├── VersionConvert.md │ │ ├── WordAdd.md │ │ ├── WordAddS.md │ │ ├── WordFind.md │ │ ├── WordFind2X.md │ │ ├── WordFind2XS.md │ │ ├── WordFind3X.md │ │ ├── WordFind3XS.md │ │ ├── WordFindS.md │ │ ├── WordInsert.md │ │ ├── WordInsertS.md │ │ ├── WordReplace.md │ │ └── WordReplaceS.md │ └── x64 │ │ ├── DisableX64FSRedirection.md │ │ ├── EnableX64FSRedirection.md │ │ ├── IsWow64.md │ │ └── RunningX64.md ├── Plugins │ ├── AdvSplash.md │ ├── Banner.md │ ├── BgImage.md │ ├── Dialer.md │ ├── NSISdl.md │ ├── Splash.md │ ├── VPatch.md │ └── nsExec.md └── Variables │ ├── ADMINTOOLS.md │ ├── APPDATA.md │ ├── CDBURN_AREA.md │ ├── CMDLINE.md │ ├── COMMONFILES.md │ ├── COOKIES.md │ ├── DESKTOP.md │ ├── DOCUMENTS.md │ ├── EXEDIR.md │ ├── EXEFILE.md │ ├── EXEPATH.md │ ├── FAVORITES.md │ ├── FONTS.md │ ├── HISTORY.md │ ├── HWNDPARENT.md │ ├── INSTDIR.md │ ├── INTERNET_CACHE.md │ ├── LANGUAGE.md │ ├── LOCALAPPDATA.md │ ├── MUSIC.md │ ├── NETHOOD.md │ ├── NSISDIR.md │ ├── NSIS_MAX_STRLEN.md │ ├── NSIS_VERSION.md │ ├── OUTDIR.md │ ├── PICTURES.md │ ├── PLUGINSDIR.md │ ├── PRINTHOOD.md │ ├── PROFILE.md │ ├── PROGRAMFILES.md │ ├── QUICKLAUNCH.md │ ├── RECENT.md │ ├── RESOURCES.md │ ├── RESOURCES_LOCALIZED.md │ ├── SENDTO.md │ ├── SMPROGRAMS.md │ ├── SMSTARTUP.md │ ├── STARTMENU.md │ ├── SYSDIR.md │ ├── TEMP.md │ ├── TEMPLATES.md │ ├── VIDEOS.md │ ├── WINDIR.md │ ├── __DATE__.md │ ├── __FILEDIR__.md │ ├── __FILE__.md │ ├── __LINE__.md │ ├── __TIMESTAMP__.md │ └── __TIME__.md ├── eslint.config.js ├── package.json ├── pnpm-lock.yaml ├── src ├── callbacks.ts ├── commands.ts ├── global.d.ts ├── includes.ts ├── index.ts ├── plugins.ts └── variables.ts ├── tsconfig.json └── tsup.config.ts /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/workflows/node.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/.github/workflows/node.yml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/.gitignore -------------------------------------------------------------------------------- /.husky/pre-commit: -------------------------------------------------------------------------------- 1 | npx lint-staged 2 | -------------------------------------------------------------------------------- /.markdownlint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/.markdownlint.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/README.md -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/Callbacks/onGUIEnd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/onGUIEnd.md -------------------------------------------------------------------------------- /docs/Callbacks/onGUIInit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/onGUIInit.md -------------------------------------------------------------------------------- /docs/Callbacks/onInit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/onInit.md -------------------------------------------------------------------------------- /docs/Callbacks/onInstFailed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/onInstFailed.md -------------------------------------------------------------------------------- /docs/Callbacks/onInstSuccess.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/onInstSuccess.md -------------------------------------------------------------------------------- /docs/Callbacks/onMouseOverSection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/onMouseOverSection.md -------------------------------------------------------------------------------- /docs/Callbacks/onRebootFailed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/onRebootFailed.md -------------------------------------------------------------------------------- /docs/Callbacks/onSelChange.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/onSelChange.md -------------------------------------------------------------------------------- /docs/Callbacks/onUserAbort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/onUserAbort.md -------------------------------------------------------------------------------- /docs/Callbacks/onVerifyInstDir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/onVerifyInstDir.md -------------------------------------------------------------------------------- /docs/Callbacks/un.onGUIEnd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/un.onGUIEnd.md -------------------------------------------------------------------------------- /docs/Callbacks/un.onGUIInit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/un.onGUIInit.md -------------------------------------------------------------------------------- /docs/Callbacks/un.onInit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/un.onInit.md -------------------------------------------------------------------------------- /docs/Callbacks/un.onRebootFailed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/un.onRebootFailed.md -------------------------------------------------------------------------------- /docs/Callbacks/un.onSelChange.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/un.onSelChange.md -------------------------------------------------------------------------------- /docs/Callbacks/un.onUninstFailed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/un.onUninstFailed.md -------------------------------------------------------------------------------- /docs/Callbacks/un.onUninstSuccess.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/un.onUninstSuccess.md -------------------------------------------------------------------------------- /docs/Callbacks/un.onUserAbort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Callbacks/un.onUserAbort.md -------------------------------------------------------------------------------- /docs/Commands/!addincludedir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!addincludedir.md -------------------------------------------------------------------------------- /docs/Commands/!addplugindir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!addplugindir.md -------------------------------------------------------------------------------- /docs/Commands/!appendfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!appendfile.md -------------------------------------------------------------------------------- /docs/Commands/!assert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!assert.md -------------------------------------------------------------------------------- /docs/Commands/!cd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!cd.md -------------------------------------------------------------------------------- /docs/Commands/!define.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!define.md -------------------------------------------------------------------------------- /docs/Commands/!delfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!delfile.md -------------------------------------------------------------------------------- /docs/Commands/!echo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!echo.md -------------------------------------------------------------------------------- /docs/Commands/!else.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!else.md -------------------------------------------------------------------------------- /docs/Commands/!endif.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!endif.md -------------------------------------------------------------------------------- /docs/Commands/!error.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!error.md -------------------------------------------------------------------------------- /docs/Commands/!execute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!execute.md -------------------------------------------------------------------------------- /docs/Commands/!finalize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!finalize.md -------------------------------------------------------------------------------- /docs/Commands/!getdllversion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!getdllversion.md -------------------------------------------------------------------------------- /docs/Commands/!gettlbversion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!gettlbversion.md -------------------------------------------------------------------------------- /docs/Commands/!if.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!if.md -------------------------------------------------------------------------------- /docs/Commands/!ifdef.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!ifdef.md -------------------------------------------------------------------------------- /docs/Commands/!ifmacrodef.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!ifmacrodef.md -------------------------------------------------------------------------------- /docs/Commands/!ifmacrondef.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!ifmacrondef.md -------------------------------------------------------------------------------- /docs/Commands/!ifndef.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!ifndef.md -------------------------------------------------------------------------------- /docs/Commands/!include.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!include.md -------------------------------------------------------------------------------- /docs/Commands/!insertmacro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!insertmacro.md -------------------------------------------------------------------------------- /docs/Commands/!macro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!macro.md -------------------------------------------------------------------------------- /docs/Commands/!macroend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!macroend.md -------------------------------------------------------------------------------- /docs/Commands/!makensis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!makensis.md -------------------------------------------------------------------------------- /docs/Commands/!packhdr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!packhdr.md -------------------------------------------------------------------------------- /docs/Commands/!pragma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!pragma.md -------------------------------------------------------------------------------- /docs/Commands/!searchparse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!searchparse.md -------------------------------------------------------------------------------- /docs/Commands/!searchreplace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!searchreplace.md -------------------------------------------------------------------------------- /docs/Commands/!system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!system.md -------------------------------------------------------------------------------- /docs/Commands/!tempfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!tempfile.md -------------------------------------------------------------------------------- /docs/Commands/!undef.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!undef.md -------------------------------------------------------------------------------- /docs/Commands/!uninstfinalize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!uninstfinalize.md -------------------------------------------------------------------------------- /docs/Commands/!verbose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!verbose.md -------------------------------------------------------------------------------- /docs/Commands/!warning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/!warning.md -------------------------------------------------------------------------------- /docs/Commands/Abort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Abort.md -------------------------------------------------------------------------------- /docs/Commands/AddBrandingImage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/AddBrandingImage.md -------------------------------------------------------------------------------- /docs/Commands/AddSize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/AddSize.md -------------------------------------------------------------------------------- /docs/Commands/AllowRootDirInstall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/AllowRootDirInstall.md -------------------------------------------------------------------------------- /docs/Commands/AllowSkipFiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/AllowSkipFiles.md -------------------------------------------------------------------------------- /docs/Commands/AutoCloseWindow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/AutoCloseWindow.md -------------------------------------------------------------------------------- /docs/Commands/BGFont.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/BGFont.md -------------------------------------------------------------------------------- /docs/Commands/BGGradient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/BGGradient.md -------------------------------------------------------------------------------- /docs/Commands/BrandingText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/BrandingText.md -------------------------------------------------------------------------------- /docs/Commands/BringToFront.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/BringToFront.md -------------------------------------------------------------------------------- /docs/Commands/CRCCheck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/CRCCheck.md -------------------------------------------------------------------------------- /docs/Commands/Call.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Call.md -------------------------------------------------------------------------------- /docs/Commands/CallInstDLL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/CallInstDLL.md -------------------------------------------------------------------------------- /docs/Commands/Caption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Caption.md -------------------------------------------------------------------------------- /docs/Commands/ChangeUI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ChangeUI.md -------------------------------------------------------------------------------- /docs/Commands/CheckBitmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/CheckBitmap.md -------------------------------------------------------------------------------- /docs/Commands/ClearErrors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ClearErrors.md -------------------------------------------------------------------------------- /docs/Commands/CompletedText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/CompletedText.md -------------------------------------------------------------------------------- /docs/Commands/ComponentText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ComponentText.md -------------------------------------------------------------------------------- /docs/Commands/CopyFiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/CopyFiles.md -------------------------------------------------------------------------------- /docs/Commands/CreateDirectory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/CreateDirectory.md -------------------------------------------------------------------------------- /docs/Commands/CreateFont.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/CreateFont.md -------------------------------------------------------------------------------- /docs/Commands/CreateShortCut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/CreateShortCut.md -------------------------------------------------------------------------------- /docs/Commands/Delete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Delete.md -------------------------------------------------------------------------------- /docs/Commands/DeleteINISec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/DeleteINISec.md -------------------------------------------------------------------------------- /docs/Commands/DeleteINIStr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/DeleteINIStr.md -------------------------------------------------------------------------------- /docs/Commands/DeleteRegKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/DeleteRegKey.md -------------------------------------------------------------------------------- /docs/Commands/DeleteRegValue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/DeleteRegValue.md -------------------------------------------------------------------------------- /docs/Commands/DetailPrint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/DetailPrint.md -------------------------------------------------------------------------------- /docs/Commands/DetailsButtonText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/DetailsButtonText.md -------------------------------------------------------------------------------- /docs/Commands/DirText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/DirText.md -------------------------------------------------------------------------------- /docs/Commands/DirVar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/DirVar.md -------------------------------------------------------------------------------- /docs/Commands/DirVerify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/DirVerify.md -------------------------------------------------------------------------------- /docs/Commands/EnableWindow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/EnableWindow.md -------------------------------------------------------------------------------- /docs/Commands/EnumRegKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/EnumRegKey.md -------------------------------------------------------------------------------- /docs/Commands/EnumRegValue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/EnumRegValue.md -------------------------------------------------------------------------------- /docs/Commands/Exch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Exch.md -------------------------------------------------------------------------------- /docs/Commands/Exec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Exec.md -------------------------------------------------------------------------------- /docs/Commands/ExecShell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ExecShell.md -------------------------------------------------------------------------------- /docs/Commands/ExecShellWait.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ExecShellWait.md -------------------------------------------------------------------------------- /docs/Commands/ExecWait.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ExecWait.md -------------------------------------------------------------------------------- /docs/Commands/ExpandEnvStrings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ExpandEnvStrings.md -------------------------------------------------------------------------------- /docs/Commands/File.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/File.md -------------------------------------------------------------------------------- /docs/Commands/FileBufSize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FileBufSize.md -------------------------------------------------------------------------------- /docs/Commands/FileClose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FileClose.md -------------------------------------------------------------------------------- /docs/Commands/FileErrorText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FileErrorText.md -------------------------------------------------------------------------------- /docs/Commands/FileOpen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FileOpen.md -------------------------------------------------------------------------------- /docs/Commands/FileRead.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FileRead.md -------------------------------------------------------------------------------- /docs/Commands/FileReadByte.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FileReadByte.md -------------------------------------------------------------------------------- /docs/Commands/FileReadUTF16LE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FileReadUTF16LE.md -------------------------------------------------------------------------------- /docs/Commands/FileReadWord.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FileReadWord.md -------------------------------------------------------------------------------- /docs/Commands/FileSeek.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FileSeek.md -------------------------------------------------------------------------------- /docs/Commands/FileWrite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FileWrite.md -------------------------------------------------------------------------------- /docs/Commands/FileWriteByte.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FileWriteByte.md -------------------------------------------------------------------------------- /docs/Commands/FileWriteUTF16LE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FileWriteUTF16LE.md -------------------------------------------------------------------------------- /docs/Commands/FileWriteWord.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FileWriteWord.md -------------------------------------------------------------------------------- /docs/Commands/FindClose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FindClose.md -------------------------------------------------------------------------------- /docs/Commands/FindFirst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FindFirst.md -------------------------------------------------------------------------------- /docs/Commands/FindNext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FindNext.md -------------------------------------------------------------------------------- /docs/Commands/FindWindow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FindWindow.md -------------------------------------------------------------------------------- /docs/Commands/FlushINI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FlushINI.md -------------------------------------------------------------------------------- /docs/Commands/Function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Function.md -------------------------------------------------------------------------------- /docs/Commands/FunctionEnd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/FunctionEnd.md -------------------------------------------------------------------------------- /docs/Commands/GetCurInstType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/GetCurInstType.md -------------------------------------------------------------------------------- /docs/Commands/GetCurrentAddress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/GetCurrentAddress.md -------------------------------------------------------------------------------- /docs/Commands/GetDLLVersion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/GetDLLVersion.md -------------------------------------------------------------------------------- /docs/Commands/GetDLLVersionLocal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/GetDLLVersionLocal.md -------------------------------------------------------------------------------- /docs/Commands/GetDlgItem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/GetDlgItem.md -------------------------------------------------------------------------------- /docs/Commands/GetErrorLevel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/GetErrorLevel.md -------------------------------------------------------------------------------- /docs/Commands/GetFileTime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/GetFileTime.md -------------------------------------------------------------------------------- /docs/Commands/GetFileTimeLocal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/GetFileTimeLocal.md -------------------------------------------------------------------------------- /docs/Commands/GetFullPathName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/GetFullPathName.md -------------------------------------------------------------------------------- /docs/Commands/GetFunctionAddress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/GetFunctionAddress.md -------------------------------------------------------------------------------- /docs/Commands/GetInstDirError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/GetInstDirError.md -------------------------------------------------------------------------------- /docs/Commands/GetKnownFolderPath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/GetKnownFolderPath.md -------------------------------------------------------------------------------- /docs/Commands/GetLabelAddress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/GetLabelAddress.md -------------------------------------------------------------------------------- /docs/Commands/GetTempFileName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/GetTempFileName.md -------------------------------------------------------------------------------- /docs/Commands/GetWinVer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/GetWinVer.md -------------------------------------------------------------------------------- /docs/Commands/Goto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Goto.md -------------------------------------------------------------------------------- /docs/Commands/HideWindow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/HideWindow.md -------------------------------------------------------------------------------- /docs/Commands/Icon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Icon.md -------------------------------------------------------------------------------- /docs/Commands/IfAbort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/IfAbort.md -------------------------------------------------------------------------------- /docs/Commands/IfErrors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/IfErrors.md -------------------------------------------------------------------------------- /docs/Commands/IfFileExists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/IfFileExists.md -------------------------------------------------------------------------------- /docs/Commands/IfRebootFlag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/IfRebootFlag.md -------------------------------------------------------------------------------- /docs/Commands/IfRtlLanguage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/IfRtlLanguage.md -------------------------------------------------------------------------------- /docs/Commands/IfShellVarContextAll.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/IfShellVarContextAll.md -------------------------------------------------------------------------------- /docs/Commands/IfSilent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/IfSilent.md -------------------------------------------------------------------------------- /docs/Commands/InitPluginsDir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/InitPluginsDir.md -------------------------------------------------------------------------------- /docs/Commands/InstProgressFlags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/InstProgressFlags.md -------------------------------------------------------------------------------- /docs/Commands/InstType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/InstType.md -------------------------------------------------------------------------------- /docs/Commands/InstTypeGetText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/InstTypeGetText.md -------------------------------------------------------------------------------- /docs/Commands/InstTypeSetText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/InstTypeSetText.md -------------------------------------------------------------------------------- /docs/Commands/InstallButtonText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/InstallButtonText.md -------------------------------------------------------------------------------- /docs/Commands/InstallColors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/InstallColors.md -------------------------------------------------------------------------------- /docs/Commands/InstallDir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/InstallDir.md -------------------------------------------------------------------------------- /docs/Commands/InstallDirRegKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/InstallDirRegKey.md -------------------------------------------------------------------------------- /docs/Commands/Int64Cmp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Int64Cmp.md -------------------------------------------------------------------------------- /docs/Commands/Int64CmpU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Int64CmpU.md -------------------------------------------------------------------------------- /docs/Commands/Int64Fmt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Int64Fmt.md -------------------------------------------------------------------------------- /docs/Commands/IntCmp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/IntCmp.md -------------------------------------------------------------------------------- /docs/Commands/IntCmpU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/IntCmpU.md -------------------------------------------------------------------------------- /docs/Commands/IntFmt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/IntFmt.md -------------------------------------------------------------------------------- /docs/Commands/IntOp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/IntOp.md -------------------------------------------------------------------------------- /docs/Commands/IntPtrCmp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/IntPtrCmp.md -------------------------------------------------------------------------------- /docs/Commands/IntPtrCmpU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/IntPtrCmpU.md -------------------------------------------------------------------------------- /docs/Commands/IntPtrOp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/IntPtrOp.md -------------------------------------------------------------------------------- /docs/Commands/IsWindow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/IsWindow.md -------------------------------------------------------------------------------- /docs/Commands/LangString.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/LangString.md -------------------------------------------------------------------------------- /docs/Commands/LicenseBkColor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/LicenseBkColor.md -------------------------------------------------------------------------------- /docs/Commands/LicenseData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/LicenseData.md -------------------------------------------------------------------------------- /docs/Commands/LicenseForceSelection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/LicenseForceSelection.md -------------------------------------------------------------------------------- /docs/Commands/LicenseLangString.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/LicenseLangString.md -------------------------------------------------------------------------------- /docs/Commands/LicenseText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/LicenseText.md -------------------------------------------------------------------------------- /docs/Commands/LoadAndSetImage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/LoadAndSetImage.md -------------------------------------------------------------------------------- /docs/Commands/LoadLanguageFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/LoadLanguageFile.md -------------------------------------------------------------------------------- /docs/Commands/LockWindow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/LockWindow.md -------------------------------------------------------------------------------- /docs/Commands/LogSet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/LogSet.md -------------------------------------------------------------------------------- /docs/Commands/LogText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/LogText.md -------------------------------------------------------------------------------- /docs/Commands/ManifestDPIAware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ManifestDPIAware.md -------------------------------------------------------------------------------- /docs/Commands/ManifestLongPathAware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ManifestLongPathAware.md -------------------------------------------------------------------------------- /docs/Commands/ManifestMaxVersionTested.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ManifestMaxVersionTested.md -------------------------------------------------------------------------------- /docs/Commands/ManifestSupportedOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ManifestSupportedOS.md -------------------------------------------------------------------------------- /docs/Commands/MessageBox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/MessageBox.md -------------------------------------------------------------------------------- /docs/Commands/MiscButtonText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/MiscButtonText.md -------------------------------------------------------------------------------- /docs/Commands/Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Name.md -------------------------------------------------------------------------------- /docs/Commands/Nop.md: -------------------------------------------------------------------------------- 1 | # Nop 2 | 3 | Does nothing. 4 | 5 | ## History 6 | 7 | Added in NSIS v1.1n 8 | -------------------------------------------------------------------------------- /docs/Commands/OutFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/OutFile.md -------------------------------------------------------------------------------- /docs/Commands/PEAddResource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/PEAddResource.md -------------------------------------------------------------------------------- /docs/Commands/PEDllCharacteristics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/PEDllCharacteristics.md -------------------------------------------------------------------------------- /docs/Commands/PERemoveResource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/PERemoveResource.md -------------------------------------------------------------------------------- /docs/Commands/PESubsysVer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/PESubsysVer.md -------------------------------------------------------------------------------- /docs/Commands/Page.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Page.md -------------------------------------------------------------------------------- /docs/Commands/PageCallbacks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/PageCallbacks.md -------------------------------------------------------------------------------- /docs/Commands/PageEx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/PageEx.md -------------------------------------------------------------------------------- /docs/Commands/PageExEnd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/PageExEnd.md -------------------------------------------------------------------------------- /docs/Commands/Pop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Pop.md -------------------------------------------------------------------------------- /docs/Commands/Push.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Push.md -------------------------------------------------------------------------------- /docs/Commands/Quit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Quit.md -------------------------------------------------------------------------------- /docs/Commands/RMDir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/RMDir.md -------------------------------------------------------------------------------- /docs/Commands/ReadEnvStr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ReadEnvStr.md -------------------------------------------------------------------------------- /docs/Commands/ReadINIStr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ReadINIStr.md -------------------------------------------------------------------------------- /docs/Commands/ReadRegDWORD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ReadRegDWORD.md -------------------------------------------------------------------------------- /docs/Commands/ReadRegStr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ReadRegStr.md -------------------------------------------------------------------------------- /docs/Commands/Reboot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Reboot.md -------------------------------------------------------------------------------- /docs/Commands/RegDLL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/RegDLL.md -------------------------------------------------------------------------------- /docs/Commands/Rename.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Rename.md -------------------------------------------------------------------------------- /docs/Commands/RequestExecutionLevel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/RequestExecutionLevel.md -------------------------------------------------------------------------------- /docs/Commands/ReserveFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ReserveFile.md -------------------------------------------------------------------------------- /docs/Commands/Return.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Return.md -------------------------------------------------------------------------------- /docs/Commands/SearchPath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SearchPath.md -------------------------------------------------------------------------------- /docs/Commands/Section.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Section.md -------------------------------------------------------------------------------- /docs/Commands/SectionEnd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SectionEnd.md -------------------------------------------------------------------------------- /docs/Commands/SectionGetFlags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SectionGetFlags.md -------------------------------------------------------------------------------- /docs/Commands/SectionGetInstTypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SectionGetInstTypes.md -------------------------------------------------------------------------------- /docs/Commands/SectionGetSize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SectionGetSize.md -------------------------------------------------------------------------------- /docs/Commands/SectionGetText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SectionGetText.md -------------------------------------------------------------------------------- /docs/Commands/SectionGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SectionGroup.md -------------------------------------------------------------------------------- /docs/Commands/SectionGroupEnd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SectionGroupEnd.md -------------------------------------------------------------------------------- /docs/Commands/SectionIn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SectionIn.md -------------------------------------------------------------------------------- /docs/Commands/SectionSetFlags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SectionSetFlags.md -------------------------------------------------------------------------------- /docs/Commands/SectionSetInstTypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SectionSetInstTypes.md -------------------------------------------------------------------------------- /docs/Commands/SectionSetSize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SectionSetSize.md -------------------------------------------------------------------------------- /docs/Commands/SectionSetText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SectionSetText.md -------------------------------------------------------------------------------- /docs/Commands/SendMessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SendMessage.md -------------------------------------------------------------------------------- /docs/Commands/SetAutoClose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetAutoClose.md -------------------------------------------------------------------------------- /docs/Commands/SetBrandingImage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetBrandingImage.md -------------------------------------------------------------------------------- /docs/Commands/SetCompress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetCompress.md -------------------------------------------------------------------------------- /docs/Commands/SetCompressor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetCompressor.md -------------------------------------------------------------------------------- /docs/Commands/SetCompressorDictSize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetCompressorDictSize.md -------------------------------------------------------------------------------- /docs/Commands/SetCtlColors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetCtlColors.md -------------------------------------------------------------------------------- /docs/Commands/SetCurInstType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetCurInstType.md -------------------------------------------------------------------------------- /docs/Commands/SetDatablockOptimize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetDatablockOptimize.md -------------------------------------------------------------------------------- /docs/Commands/SetDateSave.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetDateSave.md -------------------------------------------------------------------------------- /docs/Commands/SetDetailsPrint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetDetailsPrint.md -------------------------------------------------------------------------------- /docs/Commands/SetDetailsView.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetDetailsView.md -------------------------------------------------------------------------------- /docs/Commands/SetErrorLevel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetErrorLevel.md -------------------------------------------------------------------------------- /docs/Commands/SetErrors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetErrors.md -------------------------------------------------------------------------------- /docs/Commands/SetFileAttributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetFileAttributes.md -------------------------------------------------------------------------------- /docs/Commands/SetFont.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetFont.md -------------------------------------------------------------------------------- /docs/Commands/SetOutPath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetOutPath.md -------------------------------------------------------------------------------- /docs/Commands/SetOverwrite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetOverwrite.md -------------------------------------------------------------------------------- /docs/Commands/SetRebootFlag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetRebootFlag.md -------------------------------------------------------------------------------- /docs/Commands/SetRegView.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetRegView.md -------------------------------------------------------------------------------- /docs/Commands/SetShellVarContext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetShellVarContext.md -------------------------------------------------------------------------------- /docs/Commands/SetSilent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SetSilent.md -------------------------------------------------------------------------------- /docs/Commands/ShowInstDetails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ShowInstDetails.md -------------------------------------------------------------------------------- /docs/Commands/ShowUninstDetails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ShowUninstDetails.md -------------------------------------------------------------------------------- /docs/Commands/ShowWindow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/ShowWindow.md -------------------------------------------------------------------------------- /docs/Commands/SilentInstall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SilentInstall.md -------------------------------------------------------------------------------- /docs/Commands/SilentUnInstall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SilentUnInstall.md -------------------------------------------------------------------------------- /docs/Commands/Sleep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Sleep.md -------------------------------------------------------------------------------- /docs/Commands/SpaceTexts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SpaceTexts.md -------------------------------------------------------------------------------- /docs/Commands/StrCmp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/StrCmp.md -------------------------------------------------------------------------------- /docs/Commands/StrCmpS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/StrCmpS.md -------------------------------------------------------------------------------- /docs/Commands/StrCpy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/StrCpy.md -------------------------------------------------------------------------------- /docs/Commands/StrLen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/StrLen.md -------------------------------------------------------------------------------- /docs/Commands/SubCaption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/SubCaption.md -------------------------------------------------------------------------------- /docs/Commands/UnRegDLL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/UnRegDLL.md -------------------------------------------------------------------------------- /docs/Commands/Unicode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Unicode.md -------------------------------------------------------------------------------- /docs/Commands/UninstPage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/UninstPage.md -------------------------------------------------------------------------------- /docs/Commands/UninstallButtonText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/UninstallButtonText.md -------------------------------------------------------------------------------- /docs/Commands/UninstallCaption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/UninstallCaption.md -------------------------------------------------------------------------------- /docs/Commands/UninstallIcon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/UninstallIcon.md -------------------------------------------------------------------------------- /docs/Commands/UninstallSubCaption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/UninstallSubCaption.md -------------------------------------------------------------------------------- /docs/Commands/UninstallText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/UninstallText.md -------------------------------------------------------------------------------- /docs/Commands/VIAddVersionKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/VIAddVersionKey.md -------------------------------------------------------------------------------- /docs/Commands/VIFileVersion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/VIFileVersion.md -------------------------------------------------------------------------------- /docs/Commands/VIProductVersion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/VIProductVersion.md -------------------------------------------------------------------------------- /docs/Commands/Var.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/Var.md -------------------------------------------------------------------------------- /docs/Commands/WindowIcon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/WindowIcon.md -------------------------------------------------------------------------------- /docs/Commands/WriteINIStr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/WriteINIStr.md -------------------------------------------------------------------------------- /docs/Commands/WriteRegBin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/WriteRegBin.md -------------------------------------------------------------------------------- /docs/Commands/WriteRegDWORD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/WriteRegDWORD.md -------------------------------------------------------------------------------- /docs/Commands/WriteRegExpandStr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/WriteRegExpandStr.md -------------------------------------------------------------------------------- /docs/Commands/WriteRegMultiStr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/WriteRegMultiStr.md -------------------------------------------------------------------------------- /docs/Commands/WriteRegStr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/WriteRegStr.md -------------------------------------------------------------------------------- /docs/Commands/WriteUninstaller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/WriteUninstaller.md -------------------------------------------------------------------------------- /docs/Commands/XPStyle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Commands/XPStyle.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/BannerTrimPath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/BannerTrimPath.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/DirState.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/DirState.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/DriveSpace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/DriveSpace.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/GetBaseName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/GetBaseName.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/GetDrives.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/GetDrives.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/GetExeName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/GetExeName.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/GetExePath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/GetExePath.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/GetFileAttributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/GetFileAttributes.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/GetFileExt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/GetFileExt.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/GetFileName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/GetFileName.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/GetFileVersion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/GetFileVersion.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/GetOptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/GetOptions.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/GetOptionsS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/GetOptionsS.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/GetParameters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/GetParameters.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/GetParent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/GetParent.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/GetRoot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/GetRoot.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/GetSize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/GetSize.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/GetTime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/GetTime.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/Locate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/Locate.md -------------------------------------------------------------------------------- /docs/Includes/FileFunc/RefreshShellIcons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/FileFunc/RefreshShellIcons.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/AndIf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/AndIf.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/AndIfNot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/AndIfNot.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/AndUnless.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/AndUnless.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/Break.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/Break.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/Case.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/Case.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/CaseElse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/CaseElse.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/Continue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/Continue.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/Default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/Default.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/Do.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/Do.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/DoUntil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/DoUntil.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/DoWhile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/DoWhile.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/Else.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/Else.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/ElseIf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/ElseIf.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/ElseIfNot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/ElseIfNot.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/ElseUnless.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/ElseUnless.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/EndIf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/EndIf.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/EndSelect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/EndSelect.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/EndSwitch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/EndSwitch.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/ExitDo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/ExitDo.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/ExitFor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/ExitFor.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/ExitWhile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/ExitWhile.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/For.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/For.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/ForEach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/ForEach.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/If.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/If.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/IfCmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/IfCmd.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/IfNot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/IfNot.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/IfNotThen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/IfNotThen.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/IfThen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/IfThen.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/Loop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/Loop.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/LoopUntil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/LoopUntil.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/LoopWhile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/LoopWhile.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/OrIf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/OrIf.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/OrIfNot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/OrIfNot.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/OrUnless.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/OrUnless.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/Select.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/Select.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/Switch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/Switch.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/Unless.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/Unless.md -------------------------------------------------------------------------------- /docs/Includes/LogicLib/While.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/LogicLib/While.md -------------------------------------------------------------------------------- /docs/Includes/Memento/MementoSection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/Memento/MementoSection.md -------------------------------------------------------------------------------- /docs/Includes/Memento/MementoSectionDone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/Memento/MementoSectionDone.md -------------------------------------------------------------------------------- /docs/Includes/Memento/MementoSectionEnd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/Memento/MementoSectionEnd.md -------------------------------------------------------------------------------- /docs/Includes/Memento/MementoSectionRestore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/Memento/MementoSectionRestore.md -------------------------------------------------------------------------------- /docs/Includes/Memento/MementoSectionSave.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/Memento/MementoSectionSave.md -------------------------------------------------------------------------------- /docs/Includes/Memento/MementoUnselectedSection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/Memento/MementoUnselectedSection.md -------------------------------------------------------------------------------- /docs/Includes/StrFunc/StrCase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/StrFunc/StrCase.md -------------------------------------------------------------------------------- /docs/Includes/StrFunc/StrClb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/StrFunc/StrClb.md -------------------------------------------------------------------------------- /docs/Includes/StrFunc/StrIOToNSIS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/StrFunc/StrIOToNSIS.md -------------------------------------------------------------------------------- /docs/Includes/StrFunc/StrLoc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/StrFunc/StrLoc.md -------------------------------------------------------------------------------- /docs/Includes/StrFunc/StrNSISToIO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/StrFunc/StrNSISToIO.md -------------------------------------------------------------------------------- /docs/Includes/StrFunc/StrRep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/StrFunc/StrRep.md -------------------------------------------------------------------------------- /docs/Includes/StrFunc/StrSort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/StrFunc/StrSort.md -------------------------------------------------------------------------------- /docs/Includes/StrFunc/StrStr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/StrFunc/StrStr.md -------------------------------------------------------------------------------- /docs/Includes/StrFunc/StrStrAdv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/StrFunc/StrStrAdv.md -------------------------------------------------------------------------------- /docs/Includes/StrFunc/StrTok.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/StrFunc/StrTok.md -------------------------------------------------------------------------------- /docs/Includes/StrFunc/StrTrimNewLines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/StrFunc/StrTrimNewLines.md -------------------------------------------------------------------------------- /docs/Includes/TextFunc/ConfigRead.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/TextFunc/ConfigRead.md -------------------------------------------------------------------------------- /docs/Includes/TextFunc/ConfigReadS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/TextFunc/ConfigReadS.md -------------------------------------------------------------------------------- /docs/Includes/TextFunc/ConfigWrite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/TextFunc/ConfigWrite.md -------------------------------------------------------------------------------- /docs/Includes/TextFunc/ConfigWriteS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/TextFunc/ConfigWriteS.md -------------------------------------------------------------------------------- /docs/Includes/TextFunc/FileJoin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/TextFunc/FileJoin.md -------------------------------------------------------------------------------- /docs/Includes/TextFunc/FileReadFromEnd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/TextFunc/FileReadFromEnd.md -------------------------------------------------------------------------------- /docs/Includes/TextFunc/FileRecode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/TextFunc/FileRecode.md -------------------------------------------------------------------------------- /docs/Includes/TextFunc/LineFind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/TextFunc/LineFind.md -------------------------------------------------------------------------------- /docs/Includes/TextFunc/LineRead.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/TextFunc/LineRead.md -------------------------------------------------------------------------------- /docs/Includes/TextFunc/LineSum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/TextFunc/LineSum.md -------------------------------------------------------------------------------- /docs/Includes/TextFunc/TextCompare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/TextFunc/TextCompare.md -------------------------------------------------------------------------------- /docs/Includes/TextFunc/TextCompareS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/TextFunc/TextCompareS.md -------------------------------------------------------------------------------- /docs/Includes/TextFunc/TrimNewLines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/TextFunc/TrimNewLines.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastServicePack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastServicePack.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastWin10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastWin10.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastWin11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastWin11.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastWin2000.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastWin2000.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastWin2003.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastWin2003.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastWin2008.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastWin2008.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastWin2008R2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastWin2008R2.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastWin7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastWin7.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastWin8.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastWin8.1.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastWin8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastWin8.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastWin95.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastWin95.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastWin98.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastWin98.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastWinME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastWinME.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastWinNT4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastWinNT4.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastWinVista.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastWinVista.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtLeastWinXP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtLeastWinXP.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostServicePack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostServicePack.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWin10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWin10.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWin11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWin11.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWin2000.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWin2000.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWin2003.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWin2003.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWin2008.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWin2008.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWin2008R2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWin2008R2.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWin2012.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWin2012.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWin2012R2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWin2012R2.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWin7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWin7.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWin8.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWin8.1.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWin8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWin8.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWin95.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWin95.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWin98.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWin98.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWinME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWinME.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWinNT4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWinNT4.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWinVista.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWinVista.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/AtMostWinXP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/AtMostWinXP.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsDomainController.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsDomainController.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsNT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsNT.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsServerOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsServerOS.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsServicePack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsServicePack.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWin10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWin10.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWin11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWin11.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWin2000.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWin2000.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWin2003.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWin2003.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWin2008.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWin2008.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWin2008R2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWin2008R2.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWin2012.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWin2012.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWin2012R2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWin2012R2.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWin7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWin7.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWin8.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWin8.1.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWin8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWin8.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWin95.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWin95.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWin98.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWin98.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWinME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWinME.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWinNT4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWinNT4.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWinVista.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWinVista.md -------------------------------------------------------------------------------- /docs/Includes/WinVer/IsWinXP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WinVer/IsWinXP.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/StrFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/StrFilter.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/StrFilterS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/StrFilterS.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/VersionCompare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/VersionCompare.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/VersionConvert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/VersionConvert.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/WordAdd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/WordAdd.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/WordAddS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/WordAddS.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/WordFind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/WordFind.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/WordFind2X.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/WordFind2X.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/WordFind2XS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/WordFind2XS.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/WordFind3X.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/WordFind3X.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/WordFind3XS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/WordFind3XS.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/WordFindS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/WordFindS.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/WordInsert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/WordInsert.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/WordInsertS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/WordInsertS.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/WordReplace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/WordReplace.md -------------------------------------------------------------------------------- /docs/Includes/WordFunc/WordReplaceS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/WordFunc/WordReplaceS.md -------------------------------------------------------------------------------- /docs/Includes/x64/DisableX64FSRedirection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/x64/DisableX64FSRedirection.md -------------------------------------------------------------------------------- /docs/Includes/x64/EnableX64FSRedirection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/x64/EnableX64FSRedirection.md -------------------------------------------------------------------------------- /docs/Includes/x64/IsWow64.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/x64/IsWow64.md -------------------------------------------------------------------------------- /docs/Includes/x64/RunningX64.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Includes/x64/RunningX64.md -------------------------------------------------------------------------------- /docs/Plugins/AdvSplash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Plugins/AdvSplash.md -------------------------------------------------------------------------------- /docs/Plugins/Banner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Plugins/Banner.md -------------------------------------------------------------------------------- /docs/Plugins/BgImage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Plugins/BgImage.md -------------------------------------------------------------------------------- /docs/Plugins/Dialer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Plugins/Dialer.md -------------------------------------------------------------------------------- /docs/Plugins/NSISdl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Plugins/NSISdl.md -------------------------------------------------------------------------------- /docs/Plugins/Splash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Plugins/Splash.md -------------------------------------------------------------------------------- /docs/Plugins/VPatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Plugins/VPatch.md -------------------------------------------------------------------------------- /docs/Plugins/nsExec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Plugins/nsExec.md -------------------------------------------------------------------------------- /docs/Variables/ADMINTOOLS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/ADMINTOOLS.md -------------------------------------------------------------------------------- /docs/Variables/APPDATA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/APPDATA.md -------------------------------------------------------------------------------- /docs/Variables/CDBURN_AREA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/CDBURN_AREA.md -------------------------------------------------------------------------------- /docs/Variables/CMDLINE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/CMDLINE.md -------------------------------------------------------------------------------- /docs/Variables/COMMONFILES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/COMMONFILES.md -------------------------------------------------------------------------------- /docs/Variables/COOKIES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/COOKIES.md -------------------------------------------------------------------------------- /docs/Variables/DESKTOP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/DESKTOP.md -------------------------------------------------------------------------------- /docs/Variables/DOCUMENTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/DOCUMENTS.md -------------------------------------------------------------------------------- /docs/Variables/EXEDIR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/EXEDIR.md -------------------------------------------------------------------------------- /docs/Variables/EXEFILE.md: -------------------------------------------------------------------------------- 1 | # $EXEFILE 2 | 3 | The base name of the installer executable. 4 | 5 | ## History 6 | 7 | Added in NSIS v2.26 8 | -------------------------------------------------------------------------------- /docs/Variables/EXEPATH.md: -------------------------------------------------------------------------------- 1 | # $EXEPATH 2 | 3 | The full path of the installer executable. 4 | 5 | ## History 6 | 7 | Added in NSIS v2.26 8 | -------------------------------------------------------------------------------- /docs/Variables/FAVORITES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/FAVORITES.md -------------------------------------------------------------------------------- /docs/Variables/FONTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/FONTS.md -------------------------------------------------------------------------------- /docs/Variables/HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/HISTORY.md -------------------------------------------------------------------------------- /docs/Variables/HWNDPARENT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/HWNDPARENT.md -------------------------------------------------------------------------------- /docs/Variables/INSTDIR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/INSTDIR.md -------------------------------------------------------------------------------- /docs/Variables/INTERNET_CACHE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/INTERNET_CACHE.md -------------------------------------------------------------------------------- /docs/Variables/LANGUAGE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/LANGUAGE.md -------------------------------------------------------------------------------- /docs/Variables/LOCALAPPDATA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/LOCALAPPDATA.md -------------------------------------------------------------------------------- /docs/Variables/MUSIC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/MUSIC.md -------------------------------------------------------------------------------- /docs/Variables/NETHOOD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/NETHOOD.md -------------------------------------------------------------------------------- /docs/Variables/NSISDIR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/NSISDIR.md -------------------------------------------------------------------------------- /docs/Variables/NSIS_MAX_STRLEN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/NSIS_MAX_STRLEN.md -------------------------------------------------------------------------------- /docs/Variables/NSIS_VERSION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/NSIS_VERSION.md -------------------------------------------------------------------------------- /docs/Variables/OUTDIR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/OUTDIR.md -------------------------------------------------------------------------------- /docs/Variables/PICTURES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/PICTURES.md -------------------------------------------------------------------------------- /docs/Variables/PLUGINSDIR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/PLUGINSDIR.md -------------------------------------------------------------------------------- /docs/Variables/PRINTHOOD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/PRINTHOOD.md -------------------------------------------------------------------------------- /docs/Variables/PROFILE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/PROFILE.md -------------------------------------------------------------------------------- /docs/Variables/PROGRAMFILES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/PROGRAMFILES.md -------------------------------------------------------------------------------- /docs/Variables/QUICKLAUNCH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/QUICKLAUNCH.md -------------------------------------------------------------------------------- /docs/Variables/RECENT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/RECENT.md -------------------------------------------------------------------------------- /docs/Variables/RESOURCES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/RESOURCES.md -------------------------------------------------------------------------------- /docs/Variables/RESOURCES_LOCALIZED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/RESOURCES_LOCALIZED.md -------------------------------------------------------------------------------- /docs/Variables/SENDTO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/SENDTO.md -------------------------------------------------------------------------------- /docs/Variables/SMPROGRAMS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/SMPROGRAMS.md -------------------------------------------------------------------------------- /docs/Variables/SMSTARTUP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/SMSTARTUP.md -------------------------------------------------------------------------------- /docs/Variables/STARTMENU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/STARTMENU.md -------------------------------------------------------------------------------- /docs/Variables/SYSDIR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/SYSDIR.md -------------------------------------------------------------------------------- /docs/Variables/TEMP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/TEMP.md -------------------------------------------------------------------------------- /docs/Variables/TEMPLATES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/TEMPLATES.md -------------------------------------------------------------------------------- /docs/Variables/VIDEOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/VIDEOS.md -------------------------------------------------------------------------------- /docs/Variables/WINDIR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/WINDIR.md -------------------------------------------------------------------------------- /docs/Variables/__DATE__.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/__DATE__.md -------------------------------------------------------------------------------- /docs/Variables/__FILEDIR__.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/__FILEDIR__.md -------------------------------------------------------------------------------- /docs/Variables/__FILE__.md: -------------------------------------------------------------------------------- 1 | # ${__FILE__} 2 | 3 | Current script name. 4 | 5 | ## History 6 | 7 | Added in NSIS v2.0 Beta 4 8 | -------------------------------------------------------------------------------- /docs/Variables/__LINE__.md: -------------------------------------------------------------------------------- 1 | # ${__LINE__} 2 | 3 | Current line number. 4 | 5 | ## History 6 | 7 | Added in NSIS v2.0 Beta 4 8 | -------------------------------------------------------------------------------- /docs/Variables/__TIMESTAMP__.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/__TIMESTAMP__.md -------------------------------------------------------------------------------- /docs/Variables/__TIME__.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/docs/Variables/__TIME__.md -------------------------------------------------------------------------------- /eslint.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/eslint.config.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/package.json -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /src/callbacks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/src/callbacks.ts -------------------------------------------------------------------------------- /src/commands.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/src/commands.ts -------------------------------------------------------------------------------- /src/global.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/src/global.d.ts -------------------------------------------------------------------------------- /src/includes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/src/includes.ts -------------------------------------------------------------------------------- /src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/src/index.ts -------------------------------------------------------------------------------- /src/plugins.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/src/plugins.ts -------------------------------------------------------------------------------- /src/variables.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/src/variables.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/tsconfig.json -------------------------------------------------------------------------------- /tsup.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSIS-Dev/Documentation/HEAD/tsup.config.ts --------------------------------------------------------------------------------