show/hide this revision's text 4 added 79 characters in body

Most of the best open source tools and programs for Windows are distributed using NSIS

ASP.Net Website ( no listing - bug in stackoverflow - code not formatting while list above .. )

CreateDirectory $INSTDIR
SetOutPath $INSTDIR
; HERE UNZIP ACTUALLY THE FILES (ADD *.js files if needed ) 
; PACK ALL THE FILES EXCEPT THOSE WITH FILE EXTENSIONS after the /x
File /r /x *.suo /x *.MDF /x *.exclude /x *.ldf /x *.pl /x *.nsis /x *.cmd "siteFolderName\*.*"
show/hide this revision's text 3 fixed grammar

Most of the best open source tools and programs for Windows are distributed using NSIS

ASP.Net Website ( no listing - bug in stackoverflow - code not formatting while list above .. )

CreateDirectory $INSTDIR
SetOutPath $INSTDIR
; HERE UNZIP ACTUALLY THE FILES (ADD *.js files if needed ) 
; PACK ALL THE FILES EXCEPT THOSE WITH FILE EXTENSIONS after the /x
File /r /x *.suo /x *.MDF /x *.exclude /x *.ldf /x *.pl /x *.nsis /x *.cmd "poc_dev\*.*"
siteFolderName\*.*"
show/hide this revision's text 2 added more stuff

Most of the best open source tools and programs for Windows are distributed using NSIS

ASP.Net Website ( no listing - bug in stackoverflow - code not formatting while list above .. )

CreateDirectory $INSTDIR
SetOutPath $INSTDIR
; HERE UNZIP ACTUALLY THE FILES (ADD *.js files if needed ) 
; PACK ALL THE FILES EXCEPT THOSE WITH FILE EXTENSIONS after the /x
File /r /x *.suo /x *.MDF /x *.exclude /x *.ldf /x *.pl /x *.nsis /x *.cmd "poc_dev\*.*"
show/hide this revision's text 1