Skip to content

nortal/batch-token-signing-installer

Repository files navigation

This projects builds install modules for Chrome, Firefox and IE batch signing plugins and merges them into a single installation package. The project depends on the browser-batch-token-signing and chrome-batch-token-signing projects.

Prerequisites

Compiling

  1. Open Developer Command Prompt for Visual Studio
  2. Run the following commands:
git clone https:/nortal/chrome-batch-token-signing.git
cd chrome-batch-token-signing
git submodule update --init --recursive
nmake build
cd ..

git clone https:/nortal/browser-batch-token-signing.git
cd browser-batch-token-signing
msbuild /t:ie-token-signing:Rebuild /p:Configuration=Release;Platform=Win32 browser-token-signing.sln
cd ..

git clone https:/nortal/batch-token-signing-installer.git
cd batch-token-signing-installer
nmake build-modules
nmake pkg-unsigned
cd ..

The installer executable is written to "MergedTokenSigningInstall\bin\Release\MergedTokenSigningInstall_version.msi".

About

Combined installer for batch token signing browser plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published