How to convert vdproj file to WiX format?
You can try work with Dark which converts any MSI into Wix. You will need to remove a lot of “junk” especially in the UI areas but it will give you a decent start.
You can try work with Dark which converts any MSI into Wix. You will need to remove a lot of “junk” especially in the UI areas but it will give you a decent start.
You have to mark the Setup project as a 64-bit installer. Your Setup project’s TargetPlatform property in the Properties window, change it from x86 (the default) to x64. Also make sure you deploy the 64-bit version of log4net and that your C# project’s TargetPlatform setting is Any CPU. And make sure that you actually need … Read more