Bugs item #1770417, was opened at 2007-08-08 13:43 Message generated for change (Settings changed) made by pmarcu 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: Pending >Resolution: Fixed Priority: 9 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-10-18 11:18 Message: Logged In: YES user_id=1335104 Originator: YES Meant code page 1252, not 1250. ---------------------------------------------------------------------- Comment By: Heath Stewart (heaths) Date: 2007-10-18 11:12 Message: Logged In: YES user_id=1335104 Originator: YES This is blocking transforms against localized products. I have verified with MsiInfo.exe <transform> /d that the code page isn't even set (it's 0). The summary information code page is also 1250 (WiX always seems to use 1250 for the code page unless expicitly set, which can't be done for the Patch element right now or even for transforms through torch.exe) and should otherwise be settable. ---------------------------------------------------------------------- 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
