down v2.51
From Inetc.zip, copy \Plugins\x86-ansi\InetC.dll to your NSIS plugins folder (e.g. C:\Program Files (x86)\NSIS\Plugins)
C:\Program Files (x86)\NSIS\Contrib\Modern UI\Language files
down libiconv-1.9.2-1-bin.zip and libiconv-1.9.2-1-dep.zip
location:
C:\Users\tdtc\Documents\sandboxie\tools\iconv
These contain the 3 binaries that are required:
更改install\SandboxieVS.nsi.
!define _BUILDARCH Win32
;!define _BUILDARCH x64
默认为32位
移除“SystemCheck_Done_XP_2003”前面的”;“.
Ln559&Ln560:
StrCmp $0 "5.1" SystemCheck_Done_XP_2003
StrCmp $0 "5.2" SystemCheck_Done_XP_2003
Ln577:
SystemCheck_Done_XP_2003:
编译vs项目文件,以生成application(exe, dll and sys file).
location:
Bin\Win32
Bin\x64
In Explorer, Right-click \install\SandboxieVS.nsi and select “Compile NSIS Script”;
Generate SandboxieInstall32.exe or SandboxieInstall64.exe.