summaryrefslogtreecommitdiffstats
path: root/packaging/wix/InputPaths.wxi
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/wix/InputPaths.wxi')
-rw-r--r--packaging/wix/InputPaths.wxi22
1 files changed, 22 insertions, 0 deletions
diff --git a/packaging/wix/InputPaths.wxi b/packaging/wix/InputPaths.wxi
new file mode 100644
index 0000000..5ff6235
--- /dev/null
+++ b/packaging/wix/InputPaths.wxi
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Include>
+
+ <?if $(var.Platform) = x64 ?>
+ <?define PlatformProgramFilesFolder = "ProgramFiles64Folder" ?>
+ <?else?>
+ <?define PlatformProgramFilesFolder = "ProgramFilesFolder" ?>
+ <?endif?>
+
+ <?define Staging.Dir ="$(var.BuildOutputDir)" ?>
+ <?define Plugins.Dir ="$(var.Staging.Dir)\plugins" ?>
+ <?define Profiles.Dir ="$(var.Staging.Dir)\profiles" ?>
+ <?define Extcap.Dir ="$(var.Staging.Dir)\extcap" ?>
+ <?define WiresharkQt.Dir ="$(var.Staging.Dir)" ?>
+ <?define Dtds.Dir ="$(var.Staging.Dir)\dtds" ?>
+ <?define Tpncp.Dir ="$(var.Staging.Dir)\tpncp" ?>
+ <?define Wimaxasncp.Dir ="$(var.Staging.Dir)\wimaxasncp" ?>
+ <?define Protobuf.Dir ="$(var.Staging.Dir)\protobuf" ?>
+ <?define Help.Dir ="$(var.Staging.Dir)\help" ?>
+ <?define Epan.Lua.Dir ="..\..\epan\wslua" ?>
+
+</Include>