Feature Requests item #1502385, was opened at 2006-06-07 10:07 Message generated for change (Comment added) made by derekc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1502385&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: None Status: Open Priority: 5 Submitted By: david (dextersinister) Assigned to: Nobody/Anonymous (nobody) Summary: Ability to build transforms [MSTs] directly with WiX Initial Comment: Add features / functions to toolset &/or schema to facilitate building transforms directly with WiX rather than using existing tools such as Orca. These features would be a great help in making installation packages easier for customers and field service staff to deploy using AD/GPOs. ---------------------------------------------------------------------- >Comment By: Derek (derekc) Date: 2006-06-08 08:08 Message: Logged In: YES user_id=518766 You should be able to do this already if you have a base package. All you need to do is create the updated package via the MSI SQL commands, then call MsiDatabaseGenerateTransform to generate the transform. This is pretty much exactly what wix would have to do as well if it supplied any functionality in this area because the file format for transforms is not officially documented (and we don't use any undocumented or reverse-engineered stuff in WiX). ---------------------------------------------------------------------- Comment By: david (dextersinister) Date: 2006-06-08 07:29 Message: Logged In: YES user_id=1376583 I would like to be able to literally specify the added/deleted/modified rows of the transform ... I need to keep very tight control of a particular application, but it also needs to be somewhat customizable and deployable through AD/GPOs. I don't want the customer or our field staff to have to build the necessary transforms, so I'd like to be able to supply them along with a script to apply the desired transform. If I can build the base package and then simply build transform(s) for the 'approved' variations, this would make life much easier. Thanks, -dmm ---------------------------------------------------------------------- Comment By: Derek (derekc) Date: 2006-06-08 01:37 Message: Logged In: YES user_id=518766 Do you mean that you would take two msi files and diff them to create the transform or that you would want to literally specify the added/deleted/modified rows of the transform? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1502385&group_id=105970 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
