Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 6430834340921344: Issue 1118 - Describe how to run ABP for IE (Closed)
Patch Set: Mention elevated privileges Created July 23, 2014, 3:45 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -23,6 +23,18 @@
`msbuild` command line tool, e.g. run `msbuild /m build\ia32\adblockplus.sln`
from the Visual Studio Developer Command Prompt to create a 32 bit debug build.
+Running
+-------
+
+In order to test the extension, you need to register the Browser
+Helper Object with IE. You can do this by locating _AdblockPlus.dll_
+(e.g. in _build\ia32\Debug_) and running (with elevated privileges):
+
+ regsvr32 AdblockPlus.dll
+
+For the UI to work, you also need to copy the _html_ and _locale_
+directories to the same directory _AdblockPlus.dll_ is in.
+
Building the installer
----------------------
* Execture Installer\createsolutions.bat to generate installer project files,
@@ -35,8 +47,3 @@
* Make sure you have InnoSetup installed. Either open and compile
'installer\src\innosetup-exe\64BitTwoArch.iss' in InnoSetup or run
'iscc.exe installer\src\innosetup-exe\64bitTwoArch.iss'
-
-Development environment
------------------------
-
-TODO: Describe how to test your build
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld