The site is very clear but only the bits with the pink background are v3, pubca.xsd is for WiX v2. Having said that I also didn't realise you where referring to Votive so it might not be too useful.
Neil -----Original Message----- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: 17 June 2009 18:18 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Votive with Wix 3.0.5120.0doesn'trecognizeWixComplusExtentions.dll Thanks Neil. Actually I've been reading and rereading this page since a few days ago. I'm having trouble locating this "pubca.xsd" file. It says it's supposed to be in the "src\ca\pubca\pcaext\Xsd\pubca.xsd". I've looked through the Wix binary zip file, and I don't see it there. Is there somewhere where I can download it? -----Original Message----- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Wednesday, June 17, 2009 12:25 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Votive with Wix 3.0.5120.0doesn'trecognizeWixComplusExtentions.dll Take a look here: http://www.tramontana.co.hu/wix/lesson5.php#5.12 (the pink bits are for WiX v3) it should help. Neil -----Original Message----- From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] Sent: 17 June 2009 17:09 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Votive with Wix 3.0.5120.0 doesn'trecognizeWixComplusExtentions.dll Hi Brian, No, I have no idea what that is or where it needs to go. I'm still very green to Wix and Votive. I've been doing search after search on the net and the only examples I've seen in this area say to add a reference to the WixComPlusExtension Dll, which I did as described, and as shown below: <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:complus="http://schemas.microsoft.com/wix/WixComPlusExtension"> Also in regard to the "-ext", I don't know what that refers to or where it goes. Any direction or advisement you can give is always appreciated. As the saying goes... "Assume I know nothing..." :) Many thanks in advance, Jim -----Original Message----- From: Brian Rogers [mailto:rogers.br...@gmail.com] Sent: Wednesday, June 17, 2009 11:39 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Votive with Wix 3.0.5120.0 doesn'trecognizeWixComplusExtentions.dll Hey James, Out of curiosity, did you at the namespace to the .wxs file ( http://www.w3.org/TR/REC-xml-names/)? <Wix ... xmlns:complus="http://schemas.microsoft.com/wix/WixComPlusExtension "> And have you added the -ext to both candle.exe and light.exe? Thanks, Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Wed, Jun 17, 2009 at 7:08 AM, MacDiarmid, James D < james.macdiar...@eds.com> wrote: > > The error I'm getting is: > > The File element contains an unhandled extension element > 'complus:ComPlusApplication'. Please ensure that the extension for > elements in the 'http://schemas.microsoft.com/wix/WixComPlusExtension' > namespace has been provided. > > > > -----Original Message----- > From: Rob Mensching [mailto:r...@wixtoolset.org] > Sent: Tuesday, June 16, 2009 5:10 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Votive with Wix 3.0.5120.0 doesn'trecognize > WixComplusExtentions.dll > > What is the error? > > MacDiarmid, James D wrote: > > I'm trying to add a complus component but Votive does not recognize > > the reference to the WixComplusExtension.dll. > > > > Any ideas what would cause this? > > > > > > <Directory Id="binaries" > > FileSource="D:\Projects\NFTS\Src\apps\nfts\binaries" Name="binaries"> > > <Component Id="NTSVC" > > Guid="{4F850F61-E0CB-41CA-BFC3-EC5234D1D003}"> > > <File Id="ntsvc.ocx" KeyPath="yes" > > Source="D:\Projects\NFTS\Src\apps\nfts\binaries\ntsvc.ocx"> > > > > <complus:ComPlusApplication Id="NTSVC" Name="NT > > Service Component"> > > <complus:ComPlusAssembly Id="NTSVCPlusAssembly" > > Type="native" DllPath="[#ntsvc.ocx]"> > > <complus:ComPlusComponent Id="NTSVC" > > CLSID="E7BC34A3-BA86-11CF-84B1-CBC2DA68BF6C" /> > > </complus:ComPlusAssembly> > > </complus:ComPlusApplication> > > > > > > <TypeLib Id="{E7BC34A0-BA86-11CF-84B1-CBC2DA68BF6C}" > > Control="yes" Description="Microsoft NT Service Control" > > HelpDirectory="binaries" Language="0" MajorVersion="1" > MinorVersion="0"> > > <Class Id="{E7BC34A3-BA86-11CF-84B1-CBC2DA68BF6C}" > > Context="InprocServer32" Description="NT Service Control" > Version="1.0" > > Control="yes"> > > <ProgId Id="NTService.Control.1" Description="NT > > Service Control" /> > > </Class> > > <Interface > Id="{E7BC34A1-BA86-11CF-84B1-CBC2DA68BF6C}" > > Name="_DNtSvc" > ProxyStubClassId="{00020420-0000-0000-C000-000000000046}" > > ProxyStubClassId32="{00020420-0000-0000-C000-000000000046}" /> > > <Interface > Id="{E7BC34A2-BA86-11CF-84B1-CBC2DA68BF6C}" > > Name="_DNtSvcEvents" > > ProxyStubClassId="{00020420-0000-0000-C000-000000000046}" > > ProxyStubClassId32="{00020420-0000-0000-C000-000000000046}" /> > > </TypeLib> > > </File> > > <RegistryValue Root="HKCR" > > Key="CLSID\{E7BC34A3-BA86-11CF-84B1-CBC2DA68BF6C}\MiscStatus\1" > > Value="199824" Type="string" Action="write" /> > > <RegistryValue Root="HKCR" Key="CLSID\{E7BC > > 34A3-BA86-11CF-84B1-CBC2DA68BF6C}\MiscStatus" Value="0" Type="string" > > Action="write" /> > > <RegistryValue Root="HKCR" > > Key="CLSID\{E7BC34A3-BA86-11CF-84B1-CBC2DA68BF6C}\ToolboxBitmap32" > > Value="D:\Projects\NFTS\Src\apps\nfts\binaries\ntsvc.ocx, 1" > > Type="string" Action="write" /> > > </Component> > > > > > > Jim MacDiarmid > > EDS, an HP company > > U.S. Public Sector > > Department of Homeland Security Segment 13600 EDS Drive, A3N-B27 > > Herndon, VA 20171 > > 703-236-3821(office) > > 571-247-2343(cell) > > > > > > -------------------------------------------------------------------- > > -- > > -------- Crystal Reports - New Free Runtime and 30 Day Trial Check > > out > > > the new simplified licensing option that enables unlimited > > royalty-free distribution of the report engine for externally facing > > server and web deployment. > > http://p.sf.net/sfu/businessobjects > > _______________________________________________ > > WiX-users mailing list > > WiX-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > ---------------------------------------------------------------------- > -- > ------ > Crystal Reports - New Free Runtime and 30 Day Trial Check out the new > simplified licensing option that enables unlimited royalty-free > distribution of the report engine for externally facing server and web > deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > > ---------------------------------------------------------------------- > -------- Crystal Reports - New Free Runtime and 30 Day Trial Check out > the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------ ------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------ ------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------ ------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------ ------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users