Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WIX Installer - Unable to change and save the platform to 64 bit

enter image description here

IDE:- VS.NET 2013 (Update 2)

WIX version used : 3.9

Windows service MSI :- I am unable to change the platform to x64 bit and save it. If i change it to x64 option and save the build properties and close the property window, then reopen the property window again. The x86 option pops up again.. Although, the DLL's used in the project are coming as 64 bit based.

It is very annoying and frustrating. After i hit the Build on the ServiceSetup project, the .MSI file get generated. The MSI contains the windows service .exe file which unfortunately is 32 bit based. I want the windows service .exe file to be 64 bit.

Please suggest any soln.

like image 326
Karan Avatar asked Feb 05 '15 15:02

Karan


1 Answers

This is a known bug in WiX v3.9: https://github.com/wixtoolset/issues/issues/3918

like image 70
Bob Arnson Avatar answered Sep 18 '22 01:09

Bob Arnson