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

Unified Diff: installer/location_registry_value.wxi

Issue 11254007: Installation with registry keys
Patch Set: Created July 25, 2013, 9:57 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 | « installer/adblockplusie.wxs ('k') | src/plugin/AdblockPlusClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/location_registry_value.wxi
===================================================================
new file mode 100644
--- /dev/null
+++ b/installer/location_registry_value.wxi
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <RegistryValue
+ Name="engine" Type="string"
+ Value="[$(var.Install_Folder)]AdblockPlusEngine.exe"/>
+ <RegistryValue
+ Name="html_dir" Type="string"
+ Value="[HTMLFOLDER]"/>
+ <RegistryValue
+ Name="locales_dir" Type="string"
+ Value="[LOCALESFOLDER]"/>
+</Include>
« no previous file with comments | « installer/adblockplusie.wxs ('k') | src/plugin/AdblockPlusClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld