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> |