After replacing the filename I still recieve the same error. Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> (850) 475-4038
-----Original Message----- From: James Geurts [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 2:18 PM To: [EMAIL PROTECTED] Subject: RE: [NAntC-Dev] MSI Task Issue Hi Dan, Just glancing at your component elements... The keyfile should only be the name of the file. It should not include directory information, etc. For example, the component for Expectations.Core.dll should be something like the following: <component name="_08A8D0B066326FEC93773F473880D614" id="{116F877C-F5F2-4819-BE82-9B59EDC1DF70}" attr="2" directory="TARGETDIR" feature="DefaultFeature"> <key file="Expectations.Core.dll" /> <fileset basedir="D:\Documents and Settings\csmith\My Documents\AST\Engineering\Sandboxes\Expectations.Build\output\bin\"> <include name="Expectations.Core.dll" /> </fileset> <forceid file="Expectations.Core.dll" id="_08A8D0B066326FEC93773F473880D614" attr="512" checkinterop="true" /> </component> Let me know if that helps or if you still are having problems. Jim > > Here is the build output: > > > D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Build\Expectations>nant > -buildfile:Expectations.Ma ster.Build > package > -D:staging.project=D:\Docume~1\csmith\MyDocu~1\AST\Engine~1\Sandbo~1 > \Expect~1.bui > -D:common.assemblies=D:\Docume~1\csmith\MyDocu~1\AST\Engine~1\ > Build\Expect~1\Common > -D:deploy.output=D:\Docume~1\csmith\MyDocu~1\AST\Engin > e~1\Build\Expect~1\Deploy > NAnt 0.85 (Build 0.85.1691.0; net-1.1.win32; dev; 8/18/2004) > Copyright (C) 2001-2004 Gerry Shaw > http://nant.sourceforge.net > > Buildfile: file:///D:/Documents and Settings/csmith/My > Documents/AST/Engineering/Build/Expectations/Expectations.Master.Build > Target(s) specified: package > > > package: > > [echo] Creating Installation Package > [msi] Building MSI Database 'APCOExpectationsInstaller.msi'. > D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Build\Expectations\Expectations.Master.Build(69,6) > : Element <includes... /> for <fileset... /> is deprecated. Use > <include> element instead. > D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Build\Expectations\Expectations.Master.Build(76,6) > : Element <includes... /> for <fileset... /> is deprecated. Use > <include> element instead. > > BUILD FAILED - 0 non-fatal error(s), 2 warning(s) > > D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Build\Expectations\Expectations.Master.Build(45,4) > : > Unable to build MSI database 'APCOExpectationsInstaller.msi'. > KeyFile "D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Sandboxes\Expectations.Build\output\bin\Expectatio > ns.Core.dll" not found in Component > "_08A8D0B066326FEC93773F473880D614". > > Total time: 6.2 seconds. > > *********************************************** > > Here is the Components Section of the MSI TASK > > *********************************************** > > <components> > > <!--Primary output for project ''--> > <component name="_9200DB74ABAB4857B69D7AEB9FC11A22" > id="{FBEF3842-72A2-4563-98DF-4F73DA198102}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Expectations.UI.exe" /> > <fileset basedir="D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Sandboxes\Expectations.Build\Expectations.UI\obj\D > ebug"> > <includes name="Expectations.UI.exe" /> > </fileset> > <forceid file="Expectations.UI.exe" > id="_AA00CE00FDEC4182A1DF02ACA22062B8" attr="512" checkinterop="false" > /> > </component> > <component name="_08A8D0B066326FEC93773F473880D614" > id="{116F877C-F5F2-4819-BE82-9B59EDC1DF70}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Sandboxes\Expectations.Build\output\bin\Expectatio > ns.Core.dll" /> > <fileset> > <includes name="Expectations.Core.dll" /> > </fileset> > <forceid file="Expectations.Core.dll" > id="_08A8D0B066326FEC93773F473880D614" attr="512" checkinterop="true" > /> > </component> > <component name="_12C7974FF6599128E0DD3A12F279AE25" > id="{B8D550FF-368A-4096-89ED-2182322E12D1}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="AxInterop.DUZACTXLib.dll" /> > <fileset basedir="D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Sandboxes\Expectations.Build\Expectations.UI\obj"> > <includes name="AxInterop.DUZACTXLib.dll" /> > </fileset> > <forceid file="AxInterop.DUZACTXLib.dll" > id="_12C7974FF6599128E0DD3A12F279AE25" attr="512" checkinterop="true" > /> > </component> > <component name="_14173BC54F2FC22072EDB5EB370CF1AD" > id="{587C8D71-1F89-4493-8861-BE6FD3DE903B}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="stdole.dll" /> > <fileset> > <includes name="stdole.dll" /> > </fileset> > <forceid file="stdole.dll" > id="_14173BC54F2FC22072EDB5EB370CF1AD" > attr="512" checkinterop="true" /> > </component> > <component name="_16BD1F0F5AD08E45AAFF5933667858E1" > id="{869C83A0-2A5B-4A21-AFB9-279F1E05E923}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Interop.ADODB.dll" /> > <fileset> > <includes name="Interop.ADODB.dll" /> > </fileset> > <forceid file="Interop.ADODB.dll" > id="_16BD1F0F5AD08E45AAFF5933667858E1" > attr="512" checkinterop="true" /> > </component> > <component name="_17967477DA70BB9E19ECB746D1557070" > id="{4BCBA65C-BFA2-41D1-B1F0-6D96C1F7DD7D}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Interop.MSFlexGridLib.dll" /> > <fileset> > <includes name="Interop.MSFlexGridLib.dll" /> > </fileset> > <forceid file="Interop.MSFlexGridLib.dll" > id="_17967477DA70BB9E19ECB746D1557070" attr="512" checkinterop="true" > /> > </component> > <component name="_1A930D02F690A5474B47CD22A2AD8B59" > id="{A418D2E9-BF12-4D48-921C-27984E0EFB89}" attr="10" > directory="SystemFolder" feature="DefaultFeature"> > <key file="comdlg32.ocx" /> > <fileset> > <includes name="comdlg32.ocx" /> > </fileset> > </component> > <component name="_1AAF03A023E24C8891DBB6B0056D6E9A" > id="{C0F2AE75-5CF8-4B9F-B6A0-FA127D39F25E}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Apco.chm" /> > <fileset basedir="D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Sandboxes\Expectations.Build\Expectations.Help"> > <includes name="Apco.chm" /> > </fileset> > </component> > <component name="_2A8EA1D8C3EED28F00545908D094CA7E" > id="{0346DF9E-8B7F-46BF-8F92-5CC01FA7A127}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Interop.JRO.dll" /> > <fileset> > <includes name="Interop.JRO.dll" /> > </fileset> > <forceid file="Interop.JRO.dll" > id="_2A8EA1D8C3EED28F00545908D094CA7E" > attr="512" checkinterop="true" /> > </component> > <component name="_31497169807C12ADE0700AE70E3DAFD8" > id="{5FA5CB4A-3DE2-4D9B-989D-C7CB090055A6}" attr="10" > directory="SystemFolder" feature="DefaultFeature"> > <key file="msflxgrd.ocx" /> > <fileset> > <includes name="msflxgrd.ocx" /> > </fileset> > </component> > <component name="_448D3B4B37739CE83B669205A023DF3D" > id="{5B26A317-8047-492A-816A-FC1D96C3857E}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Interop.MSComctlLib.dll" /> > <fileset> > <includes name="Interop.MSComctlLib.dll" /> > </fileset> > <forceid file="Interop.MSComctlLib.dll" > id="_448D3B4B37739CE83B669205A023DF3D" attr="512" checkinterop="true" > /> > </component> > <component name="_4613B4D591C146A28D06EF98032CD8DA" > id="{D2B8EDC3-B257-48D9-B19F-4132F89BD1A2}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="LICENSE.rtf" /> > <fileset> > <includes name="LICENSE.rtf" /> > </fileset> > </component> > <component name="_464BBC5338F1A50276E8D22784A4A266" > id="{9F303006-1025-4419-BA4E-1C71B1824A76}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="VBE6EXT.OLB" /> > <fileset> > <includes name="VBE6EXT.OLB" /> > </fileset> > </component> > <component name="_473E704A26E1D1380086C494ACAB4121" > id="{25AAB80A-EDF7-42B4-BB4A-4A4D7FB990E1}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Interop.DUZACTXLib.dll" /> > <fileset> > <includes name="Interop.DUZACTXLib.dll" /> > </fileset> > <forceid file="Interop.DUZACTXLib.dll" > id="_473E704A26E1D1380086C494ACAB4121" attr="512" checkinterop="true" > /> > </component> > <component name="_51F5EB21BD20EBE4F0229667D40C6259" > id="{DF0FB0B6-721C-4BA0-AEEC-7A2669E00ADF}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="AST.Core.dll" /> > <fileset> > <includes name="AST.Core.dll" /> > </fileset> > <forceid file="AST.Core.dll" > id="_51F5EB21BD20EBE4F0229667D40C6259" > attr="512" checkinterop="true" /> > </component> > <component name="_52ECF55373A962AE4910CE1AF58D8EFC" > id="{1EC69074-04E4-4004-A4A1-0033F4FF810E}" attr="10" > directory="SystemFolder" feature="DefaultFeature"> > <key file="MSCOMCTL.OCX" /> > <fileset> > <includes name="MSCOMCTL.OCX" /> > </fileset> > </component> > <component name="_57C11F99A8BC9C02A5EE458241709A7B" > id="{30BAD46B-4DDB-4C71-A370-8D0C7E3D98DE}" attr="10" > directory="SystemFolder" feature="DefaultFeature"> > <key file="dzactx.dll" /> > <fileset> > <includes name="dzactx.dll" /> > </fileset> > <forceid file="dzactx.dll" > id="_D14ED198A68A45BAB51C69456C74CF92" > attr="512" checkinterop="false" /> > </component> > <component name="_5F54841005D8585A866A7F664CB06A82" > id="{71B00508-D927-4200-9EA0-DAF85167F397}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Interop.ADOX.dll" /> > <fileset> > <includes name="Interop.ADOX.dll" /> > </fileset> > <forceid file="Interop.ADOX.dll" > id="_5F54841005D8585A866A7F664CB06A82" > attr="512" checkinterop="true" /> > </component> > <component name="_6B457D32E56A4B0FBC912B345411603C" > id="{94A80E61-0A72-4997-82E9-F16FDB25B61F}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Apco.mdb" /> > <fileset basedir="D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Sandboxes\Expectations.Build\Expectations.Database > "> > <includes name="Apco.mdb" /> > </fileset> > </component> > <component name="_6F956A1FAA91F79EB5808F69183ED711" > id="{F3B01FAE-B2F3-413A-B7FA-20954ED7CFA5}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Interop.Microsoft.Office.Core.dll" /> > <fileset> > <includes > name="Interop.Microsoft.Office.Core.dll" /> > </fileset> > <forceid file="Interop.Microsoft.Office.Core.dll" > id="_6F956A1FAA91F79EB5808F69183ED711" attr="512" checkinterop="true" > /> > </component> > <component name="_8550517F7F9448DEBF19C22E015CD409" > id="{16430115-D484-4CB3-9CFE-561F43465508}" attr="26" > directory="SystemFolder" feature="DefaultFeature" > condition="(Version9X=410 OR VersionNT=400) AND NOT ATLSEARCH"> > <key file="ATL.DLL" /> > <fileset> > <includes name="ATL.DLL" /> > </fileset> > </component> > <component name="_8C8D040AB319A78D9AE626C6BD6AD0C7" > id="{9D736DA1-9CD1-49C2-B7B2-5A25F1AD29DE}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Interop.Word.dll" /> > <fileset basedir="D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Sandboxes\Expectations.Build\Expectations.UI\obj"> > <includes name="Interop.Word.dll" /> > </fileset> > <forceid file="Interop.Word.dll" > id="_8C8D040AB319A78D9AE626C6BD6AD0C7" > attr="512" checkinterop="true" /> > </component> > <component name="_8EBD4713A3C00B5ED87B5DCD6EC14618" > id="{B5DEAA7E-97CC-4304-8FA6-9CCB18D213D5}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Interop.Scripting.dll" /> > <fileset> > <includes name="Interop.Scripting.dll" /> > </fileset> > <forceid file="Interop.Scripting.dll" > id="_8EBD4713A3C00B5ED87B5DCD6EC14618" attr="512" checkinterop="true" > /> > </component> > <component name="_8FF378534917609A2030DBAF87DD6C3A" > id="{F6ECFFBF-A07A-47BD-8805-043AC215D6AA}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="SecureRegister.Core.dll" /> > <fileset> > <includes name="SecureRegister.Core.dll" /> > </fileset> > <forceid file="SecureRegister.Core.dll" > id="_8FF378534917609A2030DBAF87DD6C3A" attr="512" checkinterop="true" > /> > </component> > <component name="_93084DDFE68B1DA6AACD12D6580DFA0B" > id="{C3923E60-C3F7-414D-83B3-7F5E1E8FC388}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="AxInterop.DZACTXLib.dll" /> > <fileset basedir="D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Sandboxes\Expectations.Build\Expectations.UI\obj"> > <includes name="AxInterop.DZACTXLib.dll" /> > </fileset> > <forceid file="AxInterop.DZACTXLib.dll" > id="_93084DDFE68B1DA6AACD12D6580DFA0B" attr="512" checkinterop="true" > /> > </component> > <component name="_97ABFCD6A5592D259BBAECF80C64EF1C" > id="{11317A72-3A77-4E92-9EEF-D4358B620C3D}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="AxInterop.MSComctlLib.dll" /> > <fileset> > <includes name="AxInterop.MSComctlLib.dll" /> > </fileset> > <forceid file="AxInterop.MSComctlLib.dll" > id="_97ABFCD6A5592D259BBAECF80C64EF1C" attr="512" checkinterop="true" > /> > </component> > <component name="_97B5891E66940B9C9CFFF35C9592F4FD" > id="{12EFD763-65DF-4693-9C45-E5D4BF1C951E}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="SecureRegister.Client.dll" /> > <fileset> > <includes name="SecureRegister.Client.dll" /> > </fileset> > <forceid file="SecureRegister.Client.dll" > id="_97B5891E66940B9C9CFFF35C9592F4FD" attr="512" checkinterop="true" > /> > </component> > <component name="_9D0303CB6AA6FE11AF8B8853520D26B6" > id="{2F3ABD15-2745-46DC-9212-00D3003F5132}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Interop.MSComDlg.dll" /> > <fileset> > <includes name="Interop.MSComDlg.dll" /> > </fileset> > <forceid file="Interop.MSComDlg.dll" > id="_9D0303CB6AA6FE11AF8B8853520D26B6" attr="512" checkinterop="true" > /> > </component> > <component name="_A477A13D401A4ECD9768992B8CEBACFA" > id="{D8F393B9-3FE7-484D-A940-2ED67258F0D9}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Question Mark.ICO" /> > <fileset basedir="D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Sandboxes\Expectations.Build\Expectations.Graphics > "> > <includes name="Question Mark.ICO" /> > </fileset> > </component> > <component name="_A76BCD27F7797095660C279EBA725796" > id="{0927E7F7-D42E-48CB-95F3-44F4B19B3487}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="AxInterop.MSFlexGridLib.dll" /> > <fileset basedir="D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Sandboxes\Expectations.Build\Expectations.UI\obj"> > <includes name="AxInterop.MSFlexGridLib.dll" /> > </fileset> > <forceid file="AxInterop.MSFlexGridLib.dll" > id="_A76BCD27F7797095660C279EBA725796" attr="512" checkinterop="true" > /> > </component> > <component name="_B2D19FAB4CB6004AFC7D74DCD2453596" > id="{648DAA53-DF18-478C-B4B5-37747CCDD9C3}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Interop.DZACTXLib.dll" /> > <fileset> > <includes name="Interop.DZACTXLib.dll" /> > </fileset> > <forceid file="Interop.DZACTXLib.dll" > id="_B2D19FAB4CB6004AFC7D74DCD2453596" attr="512" checkinterop="true" > /> > </component> > <component name="_B669873348CD432F83925C2FDBD7D27D" > id="{D15FD2BB-B42E-4224-A77D-1571068085C7}" attr="18" > directory="SystemFolder" feature="DefaultFeature" > condition="(Version9X=410 OR VersionNT=400) AND NOT DBGHELPSEARCH"> > <key file="DbgHelp.Dll" /> > <fileset> > <includes name="DbgHelp.Dll" /> > </fileset> > </component> > <component name="_CD4ECA31DBA7168E23A701E710F36E5C" > id="{5C6669F5-AF01-448A-B8AF-A64B4E0AAA99}" attr="10" > directory="SystemFolder" feature="DefaultFeature"> > <key file="duzactx.dll" /> > <fileset> > <includes name="duzactx.dll" /> > </fileset> > <forceid file="duzactx.dll" > id="_1E1895607EDF4693855F974579DD9371" > attr="512" checkinterop="false" /> > </component> > <component name="_CE584BA2A630375F80199627C6992894" > id="{B236EA33-779C-4137-9462-62EEB7EADD9E}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="Interop.VBIDE.dll" /> > <fileset> > <includes name="Interop.VBIDE.dll" /> > </fileset> > <forceid file="Interop.VBIDE.dll" > id="_CE584BA2A630375F80199627C6992894" > attr="512" checkinterop="true" /> > </component> > <component name="_E1210B911596E4C4E6970610ED5931C1" > id="{1AB93815-8E01-4FFF-B9E0-509EF606EA84}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="AxInterop.MSComDlg.dll" /> > <fileset basedir="D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Sandboxes\Expectations.Build\Expectations.UI\obj"> > <includes name="AxInterop.MSComDlg.dll" /> > </fileset> > <forceid file="AxInterop.MSComDlg.dll" > id="_E1210B911596E4C4E6970610ED5931C1" attr="512" checkinterop="true" > /> > </component> > <component name="_E929C53E2ACD4496B075FA4647E3B074" > id="{FBBFFA19-F6EB-4293-8057-8C1AD8706E41}" attr="2" > directory="TARGETDIR" feature="DefaultFeature"> > <key file="BOOKS05.ICO" /> > <fileset basedir="D:\Documents and Settings\csmith\My > Documents\AST\Engineering\Sandboxes\Expectations.Build\Expectations.Graphics > "> > <includes name="BOOKS05.ICO" /> > </fileset> > </component> > </components> > > > > Dan Pupek > Software Engineer > Advanced Systems Technology, Inc > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > (850) 475-4038 > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > James Geurts > Sent: Wednesday, August 18, 2004 11:26 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [NAntC-Dev] MSI Task Issue > > > Could you please post the build output & part of the build file. > and/or a reproduction of the issue. > > Thanks > > Jim > >> When I run the MSI task I receive the following error: >> >> Keyfile XYZ not found in component ABC >> >> The path pointed to for the keyfile is correct and this only occurs on >> some dlls. I am running the latest nightly builds of both Nant and >> Nant Contrib. The CAB SDK is installed and all other tasks work fine. >> >> >> >> Dan Pupek >> Software Engineer >> Advanced Systems Technology, Inc >> [EMAIL PROTECTED] >> (850) 475-4038 > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > NAntContrib-Developer mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer
BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems Technology, Inc.;TDD TITLE:Software Engineer TEL;WORK;VOICE:(850) 475-4038 TEL;HOME;VOICE:(850) 479-6217 TEL;CELL;VOICE:(850) 529-0055 TEL;HOME;FAX:(775) 924-5047 ADR;WORK:;;8130 Pitman Ave.;Pensacola;Florida;;United States of America LABEL;WORK;ENCODING=QUOTED-PRINTABLE:8130 Pitman Ave.=0D=0APensacola, Florida=0D=0AUnited States of America ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;15 Village Green Drive=0D=0AApt 209;Lawton;OK;73505;United States of Ameri= ca LABEL;HOME;ENCODING=QUOTED-PRINTABLE:15 Village Green Drive=0D=0AApt 209=0D=0ALawton, OK 73505=0D=0AUnited States= of America URL;WORK:http://danpupek.homeip.net ROLE:Software Engineer BDAY:20020603 EMAIL;PREF;INTERNET:[EMAIL PROTECTED] EMAIL;INTERNET:[EMAIL PROTECTED] REV:20030827T160544Z END:VCARD