Index: README.md |
=================================================================== |
--- a/README.md |
+++ b/README.md |
@@ -25,6 +25,10 @@ |
Building the installer |
---------------------- |
+ |
+You need [WiX 3.8](http://wixtoolset.org) and |
+[InnoSetup 5.5](http://www.jrsoftware.org/isinfo.php). |
Oleksandr
2014/07/24 09:21:09
Also you'll have to add |WiX Toolset v3.8\bin| fol
Felix Dahlke
2014/07/24 09:29:48
Done.
|
+ |
* Execture Installer\createsolutions.bat to generate installer project files, |
this will create a bunch of project files in installer\build\ia32 and |
installer\build\x64 folders. |
@@ -32,9 +36,8 @@ |
in Visual Studio and build both solutions. Alternatively you can use the 'msbuild' |
command line tool, e.g. run 'msibuild /m installer\build\ia32\adblockplus.sln' and |
'msibuild /m installer\build\x64\adblockplus.sln' |
-* 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' |
+* Either open and compile 'installer\src\innosetup-exe\64BitTwoArch.iss' in |
+InnoSetup or run 'iscc.exe installer\src\innosetup-exe\64bitTwoArch.iss' |
Development environment |
----------------------- |