diff options
Diffstat (limited to 'src/WixToolset.Core.Native/WixNativeExe.cs')
-rw-r--r-- | src/WixToolset.Core.Native/WixNativeExe.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.Native/WixNativeExe.cs b/src/WixToolset.Core.Native/WixNativeExe.cs index 8626bea3..92dcfdda 100644 --- a/src/WixToolset.Core.Native/WixNativeExe.cs +++ b/src/WixToolset.Core.Native/WixNativeExe.cs | |||
@@ -19,7 +19,7 @@ namespace WixToolset.Core.Native | |||
19 | 19 | ||
20 | static WixNativeExe() | 20 | static WixNativeExe() |
21 | { | 21 | { |
22 | PathToWixNativeExe = Path.Combine(Path.GetDirectoryName(new Uri(Assembly.GetExecutingAssembly().CodeBase).LocalPath), "x86\\wixnative.exe"); | 22 | PathToWixNativeExe = Path.Combine(Path.GetDirectoryName(new Uri(Assembly.GetExecutingAssembly().CodeBase).LocalPath), "wixnative.x86.exe"); |
23 | } | 23 | } |
24 | 24 | ||
25 | public WixNativeExe(params object[] args) | 25 | public WixNativeExe(params object[] args) |