Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

include nsis plugin in install.nsh

; %AppData%
sisconf.nsh example
!ifdef NSIS_WIN32_MAKENSIS
!define NSISCONF_3 ";" ; NSIS 2 tries to parse some preprocessor instructions inside "!if 0" blocks!
!addincludedir "$%AppData%NSISInclude"
!if ${NSIS_PACKEDVERSION} > 0x02ffffff ; NSIS 3+:
!define /redef NSISCONF_3 ""
${NSISCONF_3}!addplugindir /x86-ansi "$%AppData%NSISPlugins-i386-ansi"
${NSISCONF_3}!addplugindir /x86-unicode "$%AppData%NSISPlugins-i386-unicode"
!else ; NSIS 2:
!addplugindir "$%AppData%NSISPlugins-i386-ansi"
!endif ;~ NSIS_PACKEDVERSION
!undef NSISCONF_3
!endif ;~ NSIS_WIN32_MAKENSIS
Comment

PREVIOUS NEXT
Code Example
Shell :: linux strip executable 
Shell :: macos netcat write message 
Shell :: get bash name wget down loaded file 
Shell :: how to know tachyons version 
Shell :: wget code 
Shell :: how to clear/delete/remove/erase/wipe/forget shell traps 
Shell :: git still traching .gradle files although adding it at .gitignore 
Shell :: reduce directory display linux 
Shell :: where is /snap directory manjaro 
Shell :: command line unzip linux sudo apt-get install unzip 
Shell :: grab between two patterns 
Shell :: ubuntu screen record stopped itself 
Shell :: git revision plugin 
Shell :: how to install apt on chromebook 
Shell :: The requested URL was not found on this server. Apache/2.4.29 (Ubuntu) Server at 
Shell :: snap remove all disabled 
Shell :: Batch programming check http call status 
Shell :: cocoapods "iphoneos" cannot be located 
Shell :: get all the apps installed on the phone command 
Shell :: combine two files as columns 
Shell :: zsh command not found scp 
Shell :: push existing repository in gthub 
Shell :: react spring version 8 
Shell :: pass l to psql from linux 
Shell :: linux set permissions for all files matching pattern 
Shell :: error while ruling prettier 
Shell :: c# tostring 2 digit hex 
Shell :: git pull multiple repos at once 
Shell :: ls show last item 
Shell :: my macbook trminal has no color 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =