Skip to content

Commit a3dc5c9

Browse files
Installer Generate
1 parent acd30b0 commit a3dc5c9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Installer/Sandboxie-Plus.iss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
; Use commandline to populate:
55
; ISCC.exe /ORelease Sandboxie-Plus.iss /DMyAppVersion=%SbiePlusVer% /DMyAppArch=x64 /DMyAppSrc=SbiePlus64
66
;
7-
;#define MyAppVersion "0.7.5"
8-
;#define MyDrvVersion "5.49.8"
9-
;#define MyAppArch "x64"
10-
;#define MyAppSrc "SbiePlus64"
7+
#define MyAppVersion "1.15.2"
8+
#define MyDrvVersion "5.49.8"
9+
#define MyAppArch "x64"
10+
#define MyAppSrc "SbiePlus64"
1111
#define CurrentYear GetDateTimeString('yyyy', '', '')
1212

1313

@@ -34,7 +34,6 @@ UsedUserAreasWarning=no
3434
VersionInfoCopyright=Copyright (C) 2020-{#CurrentYear} by David Xanatos (xanasoft.com)
3535
VersionInfoVersion={#MyAppVersion}
3636
SetupIconFile=SandManInstall.ico
37-
SignTool=sha256
3837

3938
; Handled in code section as always want DirPage for portable mode.
4039
DisableDirPage=no

SandboxiePlus/SandMan/Helpers/WinHelper.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
#include <Shlwapi.h>
1515
#include <Shlobj.h>
1616

17+
#pragma comment(lib, "Iphlpapi.lib")
18+
#pragma comment(lib, "Ws2_32.lib")
19+
1720

1821
QVariantMap ResolveShortcut(const QString& LinkPath)
1922
{
@@ -271,4 +274,4 @@ QVariantList EnumNICs()
271274
}
272275

273276
return NICs;
274-
}
277+
}

0 commit comments

Comments
 (0)