Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIX 3.9 compatibility Issue #4819

Closed
wixbot opened this issue Jul 8, 2015 · 1 comment
Closed

WIX 3.9 compatibility Issue #4819

wixbot opened this issue Jul 8, 2015 · 1 comment
Milestone

Comments

@wixbot
Copy link

wixbot commented Jul 8, 2015

Hi Team ,

We have issue related with latest WIX Version of installer.
We uses wix along with Visual Studio 2013 for packaging.
Also our customer uses Orca tool to unzip merge module (.msm file).

Issue :
If I create a project in Visual Studio 2013 with Wix 3.5 version , customer can unzip it with Orca 3.1
But If I create a project in Visual Studio 2013 with Wix 3.9 version , customer can’t unzip it with Orca 3.1
They get's following error .

Error: Merge conflict in Database Table: _Validation & Module Table: _Validation - Row(s): _ValidationCategory Total merge conflicts: 1

I can reproduce this in my system also.

We uses following command line to unzip it in orca.
"orca" -m “Package.msm" -f ProductFeature -x " \Extracted" -l “DetailedLog.txt" "\orca_target.dat"

Could you please guide me in proper direction .

How can I manage WIX version mismatch?

Thanks in Advance

Akkoli

Originally opened by akkoli

@wixbot
Copy link
Author

wixbot commented Jul 14, 2015

It's likely that Orca v3.1 doesn't handle validation for MSI 5.0 features, which WiX supports. Validation errors should be ignorable; look for a switch that tells Orca to warn instead of error.

Resolution set to notabug
Status changed from Untriaged to Resolved

@wixbot wixbot added this to the v3.9 milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant