So I found a couple of solutions so far. It looks like mergemod.dll wasn't installed to the C:\Program Files\Windows Installer XML v3\bin directory with the new build, so I manually copied it over and fixed that error. Then the "Link" symbol looks like it was caused by this line in my wixproj:
<PropertyGroup> <BuildDependsOn>PrepareForBuild;Compile;Link;BuildBootstrapper</BuildDep endsOn> </PropertyGroup> I checked out the wix.targets file though, and it looks like the Compile and Link steps were combined, so I changed the section to this: <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> <BuildDependsOn>PrepareForBuild;CompileAndLink;BuildBootstrapper</BuildD ependsOn> </PropertyGroup> The setup builds now, but now it looks like I have one other issue-I'm building two cultures (en-US;fr-CA), but the setup is running in french on an english version of Windows. Now to see if I can solve that particular problem... -----Original Message----- From: Jason Ginchereau [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 10:55 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] wix.targets problem in latest weekly build Oh, I just noticed Simon beat me to it. If you still have problems building the project, recreating your project file will probably fix it. I recall there were was an issue with mergemod.dll registration a while back, but I don't know the details and I think it's fixed in recent builds. Do you have more information about that error? -Jason- -----Original Message----- From: Chris Bardon [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 6:51 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] wix.targets problem in latest weekly build Right, I remember reading something about those breaking changes a while back. Even if I add those attributes though, I still have problems. With those changes the project files parse, but I still have the problem on where I get the error that the target "Link" does not exist in the project. I also get an error on another setup that ways that 'mergemod.dll' could not be found. I'm going to try recreating some setups from scratch and see what happens. I did try a simple (empty) project, and that built, so it must have something to do with the projects that I already have. -----Original Message----- From: Simon Dahlbacka [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 8:44 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] wix.targets problem in latest weekly build see http://blogs.msdn.com/jasongin/archive/2008/07/09/votive-project-platfor m-configurations.aspx On Mon, Nov 3, 2008 at 3:37 PM, Chris Bardon <[EMAIL PROTECTED]> wrote: > I just tried upgrading to build 3.0.4624.0 from 3.0.4014.0, and I > noticed that my setup projects won't build anymore. VS 2005 compains > about the wix.targets file. The compiler reports back that 'The target > "link" does not exist in the project in the error list, but there don't > appear to be any details in the output view. If I try to view the > project property pages in VS, I also get an error on the Build and Tool > Settings pages (Value does not fall within the expected range). If I > load wix.targets (in program files\MSBuild\Microsoft\Wix\3.0) I can see > a couple of schema errors in sections like this, where it says that > CoreBuildDependsOn is an invalid child of PropertyGroup. > > Has anyone else had this problem with this WiX build? This is using VS > 2005 Pro sp1. The last build I had worked fine with these project > files-has something changed in the wix.targets file? > > <PropertyGroup> > > <CoreBuildDependsOn> > > BuildOnlySettings; > > PrepareForBuild; > > PreBuildEvent; > > ResolveReferences; > > AddCompilerDefineConstants; > > CompileAndLink; > > GetTargetPath; > > IncrementalClean; > > PostBuildEvent > > </CoreBuildDependsOn> > > </PropertyGroup> > > ------------------------------------------------------------------------ - > 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 > ------------------------------------------------------------------------ - 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 ------------------------------------------------------------------------ - 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 ------------------------------------------------------------------------ - 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 ------------------------------------------------------------------------- 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