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

Side by Side Diff: installer/location_registry_value.wxi

Issue 11254007: Installation with registry keys
Patch Set: Created July 25, 2013, 9:57 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « installer/adblockplusie.wxs ('k') | src/plugin/AdblockPlusClient.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0"?>
2 <Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
3 <RegistryValue
4 Name="engine" Type="string"
5 Value="[$(var.Install_Folder)]AdblockPlusEngine.exe"/>
6 <RegistryValue
7 Name="html_dir" Type="string"
8 Value="[HTMLFOLDER]"/>
9 <RegistryValue
10 Name="locales_dir" Type="string"
11 Value="[LOCALESFOLDER]"/>
12 </Include>
OLDNEW
« 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