Bugs item #1770417, was opened at 2007-08-08 13:43 Message generated for change (Comment added) made by heaths You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1770417&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Heath Stewart (heaths) Assigned to: Nobody/Anonymous (nobody) Summary: Torch cannot properly generate language transforms Initial Comment: The language in the Template summary information property should match the ProductLanguage or strings in an MSI UI (any UI mode) will be different depending on the phase of installation. That said, torch does not get the language out of the Template summary information property for the target MSI, and instead uses the upgrade MSI's Template for both the Template and Last Saved By (PID_TEMPLATE (7)) and PID_LASTAUTHOR (8), respectively) fields. When installing a transform, if 0x00010000 is set (MSITRANSFORM_VALIDATE_LANGUAGE) it uses the language in the Template property of the installer package (since the package isn't opened yet; the ProductLanguage is not used for this transform check) and that woudn't match if the source installer package used a different LCID than what the Template property of the transform expects. ---------------------------------------------------------------------- >Comment By: Heath Stewart (heaths) Date: 2007-08-08 13:57 Message: Logged In: YES user_id=1335104 Originator: YES File Added: test.zip ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1770417&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
