In the Microsoft Office Professional 2024 package, we've added English language support and spell-checking tools to the configuration XML for ProPlus, Visio, and Project! No installation problems.
Regarding uninstallation, it's my understanding that the original package from the Wapt Store only includes the French version of "ProPlus2024Volume" (which is perfectly normal) with an uninstallation condition based on `app_uninstallkey = "ProPlus2024Volume - fr-fr"`. Although I haven't tried it, I imagine it uninstalls based on this condition?<Configuration ID="f884adcc-fd71-4b09-b91f-fXXXXXXXXXX">
<Add OfficeClientEdition="64" Channel="PerpetualVL2024">
<Product ID="ProPlus2024Volume" PIDKEY="XJ2XN-FW8RK-XXXXX-XXXXX-XXXXX">
<Language ID="fr-fr" />
<Language ID="en-us" />
</Product>
<Product ID="VisioPro2024Volume">
<Language ID="fr-fr" />
<Language ID="en-us" />
</Product>
<Product ID="ProjectPro2024Volume">
<Language ID="fr-fr" />
<Language ID="en-us" />
</Product>
<Product ID="LanguagePack">
<Language ID="fr-fr" />
<Language ID="en-us" />
</Product>
<Product ID="ProofingTools">
<Language ID="en-us" />
<Language ID="fr-fr" />
</Product>
My question is, how do I uninstall my package along with all languages, tools, and versions? Do I add different `app_uninstallkey` values based on the output of the `wapt-get list-registry` command?
For example: app_uninstallkey = "ProPlus2024Volume*", "ProjectPro2024Volume*" (I'm not sure about my syntax).
Or is there an easier way?
Thank you for your help and time. Sincerely,
Ramses
