diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2014-05-15 17:01:27 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2014-05-23 11:41:58 +0200 |
commit | aa64587b0f241d472c4dcf748894d43fe43aba44 (patch) | |
tree | 363a8fe0eb04665c3e052b3bad293d602fdd3642 | |
parent | 9b7c87b34f32915665f9f085d7439da84147d1ab (diff) |
wix: add the package directory in the properties list
-rw-r--r-- | data/wix/properties.wxi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/wix/properties.wxi b/data/wix/properties.wxi index 3ad56091..6820d2a4 100644 --- a/data/wix/properties.wxi +++ b/data/wix/properties.wxi @@ -13,6 +13,7 @@ <?define WebSiteName = "@ProjectURL@" ?> <?define Platform = "@Platform@" ?> <?define PlatformProgramFilesFolder = "@ProgramFilesFolder@" ?> +<?define CerberoPackageDir = "@CerberoPackageDir@" ?> <?if $(var.Platform) = "x64" ?> <?define ProductName = "@ProductName@ (x64)" ?> |