Re: [WiX-users] DTF Generated Transform seems broken and gets fixed by Orca

2011-09-06 Thread John Nannenga
If the transform is to be applied during an installation you must use the CreateTransformSummaryInfo method to populate the summary information stream. -Original Message- From: Christopher Painter [mailto:chr...@deploymentengineering.com] Sent: Friday, September 02, 2011 1:46 PM To: wix

Re: [WiX-users] DTF Generated Transform seems broken and gets fixed by Orca

2011-09-02 Thread Tobias S
Chris, Never saw such an issue before but just want to mention a workaround in my mind. Am I understand you right you are creating a transform using DTF? If so did you try to use Msitran.exe from Windows Installer SDK to generate a transform between original and DTF modified MSI instead? Maybe In