Skip to content

Commit

Permalink
Updated: Installer script to version 2.4.6
Browse files Browse the repository at this point in the history
Update installer for 48.0.2 inclusion of qipcap*.dll
  • Loading branch information
InternalError503 committed Aug 25, 2016
1 parent 4074391 commit 5068a59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _Build/_Installer/app.config
@@ -1,6 +1,6 @@
;Script generated by 8pecxstudios.
;CopyRight (c) 2012-2016 8pecxstudios
;Script Version: 2.4.5
;Script Version: 2.4.6

;Define our conditionals
#define SignedInstall False
Expand Down
1 change: 1 addition & 0 deletions _Build/_Installer/files.inc
Expand Up @@ -52,6 +52,7 @@ Source: "{content}\browser\{#PackageType}\plugin-hang-ui.exe"; DestDir: "{app}";
Source: "{content}\browser\{#PackageType}\precomplete"; DestDir: "{app}"; Flags: ignoreversion
Source: "{content}\browser\{#PackageType}\removed-files"; DestDir: "{app}"; Flags: ignoreversion
#if PackageType == "amd86" || PackageType == "amd64" || PackageType == "intel86" || PackageType == "intel64"
Source: "{content}\browser\{#PackageType}\qipcap*.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{content}\browser\{#PackageType}\sandboxbroker.dll"; DestDir: "{app}"; Flags: ignoreversion
#endif
Source: "{content}\browser\{#PackageType}\SHA512SUMS"; DestDir: "{app}"; Flags: ignoreversion
Expand Down
2 changes: 1 addition & 1 deletion _Build/_InstallerConfig/app.config
@@ -1,6 +1,6 @@
;Script generated by 8pecxstudios.
;CopyRight (c) 2012-2016 8pecxstudios
;Script Version: 2.4.5
;Script Version: 2.4.6

;Define our conditionals
#define SignedInstall False
Expand Down

0 comments on commit 5068a59

Please sign in to comment.