Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I cleaned the system and then did the following:
in logs of 1+3 there is FindRelatedProducts. Return value 1, in 2+4 there is FindRelatedProducts. Return value 0. None of them really lists anything. I double checked Manufacturer, ProductName, UpgradeCode are all the same, Scope=perMachine (default), no noticable change if I add it explicitly. ProductCode/PackageCode are different. Interestingly if I try to install in opposite order, the old version complains about the new version. Any suggestion what to look at? the logs are huge. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I am trying to revive an old solution that uses Wix 3.11 and modernize it to use a current Version of Wix. In order to get started, I installed Heatwave VS 2022 extension (into VS 2022), created a new installer Project within the solution, which references WixToolset.Ui and WixToolset.Util, both version 6.0.2. I managed to produce an .MSI, even signed, and it works, but I haven´t tested all aspects yet.
Two issues I am struggling with are:
a) my old Installation was showing a localized eula, the new doesn´t. I don´t remember exactly what did the trick with 3.x, but in my build script I noted down https://www.hass.de/content/how-create-msi-packages-multilingual-user-interface-mui, https://www.firegiant.com/wix/tutorial/transforms/morphing-installers/, and https://stackoverflow.com/questions/25424017/windowsinstaller-creating-and-editing-mst-file, all of which are related to Wix 3.
I haven´t found anything w.r.t. to newer versions of Wix. Given that all of the UI is standard, I only need to replace the EULA and any error messages in the installation. Is there a guide somewhere? Actually search finds issues and discussions, but none really to the issue and resolved.
b) when I install the old Version first, and then the new one, I end up with two applications in the "Uninstall a programm" Control Panel section. I do have the same upgrade code, ProductCode="*", and . What am I doing wrong? Obviously I am interested in smooth upgrades.
Thanks for any pointers or advice.
Joe
Open Source Maintenance Fee
wixtoolsetproject because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions