Installation

down v2.51

InetC

From Inetc.zip, copy \Plugins\x86-ansi\InetC.dll to your NSIS plugins folder (e.g. C:\Program Files (x86)\NSIS\Plugins)

UI

C:\Program Files (x86)\NSIS\Contrib\Modern UI\Language files

Iconv

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:

usage

project file

更改install\SandboxieVS.nsi.

arch

!define _BUILDARCH		Win32
;!define _BUILDARCH		x64

默认为32位

Compatible with XP

移除“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:

compile sln

编译vs项目文件,以生成application(exe, dll and sys file).

location:

Bin\Win32
Bin\x64

exec NSIS

In Explorer, Right-click \install\SandboxieVS.nsi and select “Compile NSIS Script”;
Generate SandboxieInstall32.exe or SandboxieInstall64.exe.

Ref