摘要:
想共同维护一个NSIS脚本文件的,不想搞两个版本的脚本文件了。开始想到了!if语句,没试过,不知道行不行得通。后来google了一下。可以用两个头文件搞定。参照下面链接Reference:http://stackoverflow.com/questions/11126629/use-one-nsis-installer-to-install-32-bit-binaries-on-32-bit-os-and-64-bit-binarihttp://stackoverflow.com/questions/21822044/merge-32bit-and-64bit-installer-into-o 阅读全文
posted @ 2014-02-24 08:54
foo__hack
阅读(1287)
评论(0)
推荐(0)
摘要:
原来不加/r参数,NSIS编译器就会不认识文件夹啊。File /r [dir]Reference:http://stackoverflow.com/questions/7973242/nsis-how-to-include-all-folders-from-source-to-installer 阅读全文
posted @ 2014-02-24 08:24
foo__hack
阅读(1669)
评论(0)
推荐(0)