Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'nsis'

1441539 - MOON. Translation NSIS Source Co: nsis wtfpl
  1. !include MUI2.nsh
  2.  
  3. ; I dub thee, MOON Installer!
  4. Name "MOON. English Localization"
  5. OutFile "[TLWiki]_MOON_English_v1.00a_.exe"
  6. InstallDir "$PROGRAMFILES\NEXTON\moon\"
  7. SetCompressor /FINAL /SOLID lzma
  8.  
  9.  
1048713 - WinVer 2008 #2: nsis
  1. ; ---------------------
  2. ;      WinVer.nsh
  3. ; ---------------------
  4. ;
  5. ; LogicLib extensions for handling Windows versions.
  6. ;
  7. ; IsNT checks if the installer is running on Windows NT family (NT4, 2000, XP, etc.)
  8. ;
  9.  
1014249 - Unnamed: nsis
  1. ; ---------------------
  2. ;      WinVer.nsh
  3. ; ---------------------
  4. ;
  5. ; LogicLib extensions for handling Windows versions.
  6. ;
  7. ; IsNT checks if the installer is running on Windows NT family (NT4, 2000, XP, etc.)
  8. ;
  9.  
925343 - NSIS delete unicode path: nsis
  1. !macro MakeUnicodePathWithSpecialChar outvar prefix unicodechar suffix
  2. push $0
  3. push $1
  4. StrLen $0 '${prefix}'
  5. StrLen $1 '${suffix}'
  6. IntOp $0 $0 * 2
  7. IntOp $1 $1 + 1 ;\0
  8. IntOp $1 $1 * 2
  9.  
905003 - NSIS Link common code: nsis
  1. /*
  2. To use this code, you should define LnkCtrl_MemAlloc and LnkCtrl_MemFree
  3. before you include this header if your plugin uses a memory function other than GlobalXXX
  4.  
  5. //////////////////////////////////////////////////////////////////////////
  6. nsDialogs:
  7. ----------
  8. #define LnkCtrl_MemAlloc(cb) (HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, cb))
  9.  
  10.  
902374 - Something: nsis
  1. /*      Sloppy code by Anders while wasting time in #nsis
  2.         Might crash your machine or erase your data,
  3.         don't blam me if such a thing happens just by looking @ this mess
  4. */
  5.  
  6. /*
  7. SYSTEM; GetOpenFileName, MultiSel.nsi v0.1.1
  8.  
  9.  
902368 - SYSTEM; GetOpenFileName, MultiSe: nsis
  1. /*      Sloppy code by Anders while wasting time in #nsis
  2.         Might crash your machine or erase your data,
  3.         don't blam me if such a thing happens just by looking @ this mess
  4. */
  5.  
  6. /*
  7. SYSTEM; GetOpenFileName, MultiSel.nsi v0.1
  8.  
  9.  
863731 - Stuff: nsis uac
  1. !ifmacroNdef _UAC.GenerateOnInitElevationCode
  2. !macro _UAC.GenerateOnInitElevationCode _modeprefix
  3. !ifndef __FUNCTION__
  4.         !error "UAC: Needs to be called inside a function"
  5.         !endif
  6. !insertmacro _UAC.InitStrings ${_modeprefix}
  7. !define _UAC.GOIECUniq L${__LINE__}
  8. ${_UAC.GOIECUniq}UAC_Elevate:
  9.  
858408 - NSIS: MakeClearTypeFont: nsis
  1. !define APPNAME "Temp"
  2. name "${APPNAME}"
  3. outfile "$%temp%\${APPNAME}.exe"
  4. showInstDetails show
  5. !include MUI.nsh
  6. !include LogicLib.nsh
  7. !include winmessages.nsh
  8. !include Sections.nsh
  9.  
worth-right
fantasy-obligation