Database sourceDb = new Database("source.msi");
Database targetDb = new Database("target.msi");
string transformFile = "transform.mst";

// Create a new transform from source to target.
targetDb.CreateTransform(sourceDb, trasnformFile);

// If the transform is to be applied during an installation,
// it requires summary info with error and validation conditions.
targetDb.CreateTransformSummaryInfo(sourceDb, transformFile, errors, 
validations);


-----Original Message-----
From: Powell, Simon [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 14, 2008 3:15 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Transform Creation

Hi,

What are the basic steps to create a Transform with DTF?

Regards
Simon Powell





-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to