Yes, it is possible to generate working MSPs targeting v2-generated MSIs (many of us have done so). I don't know what is giving your error, and the small portion of the log isn't enough information. What is really needed are the MSI, the MSP, and the entire verbose log.
If you need that support under an NDA, I can be hired (along with several others on this list). Otherwise, please pick a location off this list to post those three files that people on this list can get access to (since the list server doesn't treat large attachments very well) and reply back with the URLs for those files. The only other thought I have (without having access to those files) is that you must always include the "-p" argument to the torch tool when generating transforms you intend to feed to the pyro tool. -----Original Message----- From: Devarajan, Mahesh IN BLR SISL [mailto:d.mah...@siemens.com] Sent: Tuesday, November 23, 2010 9:33 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error During transform creation(warning TRCH1115 ) Is it really possible to create patches using Pyro from WiX 2.0 base Setups? I do not want to use <ComponentRef>'s with <PatchFamily> element because I have thousands of components. Please let me know what I miss which make the patch installation to crash with Windows Installer error. With best regards, Mahesh D -----Original Message----- From: Devarajan, Mahesh IN BLR SISL [mailto:d.mah...@siemens.com] Sent: Tuesday, November 23, 2010 4:24 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error During transform creation(warning TRCH1115 ) Thanks for the info, I could overcome the problem. But now I face other serious problems, when I try to install the msp it is crashing and the log file gives the following error. MSI (c) (F0:28) [08:58:20:656]: Note: 1: 2262 2: _Validation 3: -2147287038 MSI (c) (F0:28) [08:58:20:656]: Note: 1: 2262 2: ModuleSignature 3: -2147287038 MSI (c) (F0:28) [08:58:20:656]: Note: 1: 2262 2: Font 3: -2147287038 MSI (c) (F0:28) [08:58:20:656]: Note: 1: 2262 2: ModuleComponents 3: -2147287038 MSI (c) (F0:28) [08:58:20:656]: Note: 1: 2262 2: ModuleDependency 3: -2147287038 MSI (c) (F0:28) [08:58:20:656]: Note: 1: 2262 2: ISSelfReg 3: -2147287038 MSI (c) (F0:28) [08:58:20:656]: Note: 1: 2262 2: ISDFLInfo 3: -2147287038 MSI (c) (F0:28) [08:58:20:656]: Note: 1: 2205 2: 3: Patch MSI (c) (F0:28) [08:58:20:656]: Note: 1: 2228 2: 3: Patch 4: CREATE TABLE `Patch` ( `File_` CHAR(72) NOT NULL, `Sequence` INTEGER NOT NULL, `PatchSize` LONG NOT NULL, `Attributes` INTEGER NOT NULL, `Header` OBJECT, `StreamRef_` CHAR(72) PRIMARY KEY `File_`, `Sequence` ) MSI (c) (F0:28) [08:58:20:656]: Note: 1: 2262 2: Patch 3: -2147287038 MSI (c) (F0:28) [08:58:20:672] I also notice that the column "StreamRef_" is present in "Patch" table but the "MsiPatchHeaders" table it self is missing. Note : I have my MSI created using WiX 2.0 and I created the patches using WiX 3.0 toolset ( torch and pyro). Any thought on this issue? With best regards, Mahesh D Siemens Information Systems Ltd. Corporate Technology Corporate Development Center India Energy Energy Distribution - Energy Automation B Block, Salarpuria Infozone No. 39,41,42 Keonics Electronic City, Hosur road, Bangalore - 560 100, India Phone +91 80 6711 1833 Fax +91 80 6711 1602 mailto: d.mah...@siemens.com -----Original Message----- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Tuesday, November 23, 2010 7:51 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error During transform creation(warning TRCH1115 ) Or do an "EnsureTable" in your original MSI to get the *correct* definition from WiX (because we're always right! <wink/>) and the Merge Module will end up using that. On Mon, Nov 22, 2010 at 2:06 AM, Peter Shirtcliffe <pshirtcli...@sdl.com>wrote: > Edit the merge module in Orca/InstEd to have the correct value and save > it. You'll have to do this each time you update the merge module with a > new version. > > -----Original Message----- > From: Devarajan, Mahesh IN BLR SISL [mailto:d.mah...@siemens.com] > Sent: 22 November 2010 09:12 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Error During transform creation(warning TRCH1115 ) > > I have my base MSI created using wix 2.0 toolset, now I am trying to > create Patches for the same using WiX 3.0 > At the time of transform creation I get the following warning > > "warning TRCH1115 : The value '0' in table '_Validation', column > 'KeyColumn' is invalid according to the column's validation information. > The decompiled output includes a best-effort representation of this > value." > > I noticed the "KeyColumn" value "0" is coming from a third party Merge > Module which I do not have any control. > How to solve this issue? > > > With best regards, > Mahesh D > > > > > ________________________________ > Important notice: This e-mail and any attachment there to contains > corporate proprietary information. If you have received it by mistake, > please notify us immediately by reply e-mail and delete this e-mail and > its attachments from your system. > Thank You. > ------------------------------------------------------------------------ > ------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > SDL PLC confidential, all rights reserved. > If you are not the intended recipient of this mail SDL requests and > requires that you delete it without acting upon or copying any of its > contents, and we further request that you advise us. > SDL PLC is a public limited company registered in England and Wales. > Registered number: 02675207. > Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 > 7DY, UK. > > > > ---------------------------------------------------------------------------- -- > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > -- virtually, Rob Mensching - http://RobMensching.com LLC ---------------------------------------------------------------------------- -- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users Important notice: This e-mail and any attachment there to contains corporate proprietary information. If you have received it by mistake, please notify us immediately by reply e-mail and delete this e-mail and its attachments from your system. Thank You. ---------------------------------------------------------------------------- -- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users Important notice: This e-mail and any attachment there to contains corporate proprietary information. If you have received it by mistake, please notify us immediately by reply e-mail and delete this e-mail and its attachments from your system. Thank You. ---------------------------------------------------------------------------- -- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users