Re: [WiX-users] wix.targets problem in latest weekly build

2008-11-03 Thread Chris Bardon
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:

  
 
PrepareForBuild;Compile;Link;BuildBootstrapper
   

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:

  
 
PrepareForBuild;CompileAndLink;BuildBootstrapper
  

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?
>
> 
>
> 
>
> BuildOnlySettings;
>
> PrepareForBuild;
>
> PreBuildEvent;
>
> ResolveReferences;
>
> AddCompilerDefineConstants;
>
> CompileAndLink;
>
> GetTargetPath;
>
> IncrementalClean;
>
> PostBuildEvent
>
> 
>
> 
>
>

-
> 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 l

Re: [WiX-users] wix.targets problem in latest weekly build

2008-11-03 Thread Jason Ginchereau
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?
>
> 
>
> 
>
> BuildOnlySettings;
>
> PrepareForBuild;
>
> PreBuildEvent;
>
> ResolveReferences;
>
> AddCompilerDefineConstants;
>
> CompileAndLink;
>
> GetTargetPath;
>
> IncrementalClean;
>
> PostBuildEvent
>
> 
>
> 
>
>

-
> 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


Re: [WiX-users] wix.targets problem in latest weekly build

2008-11-03 Thread Jason Ginchereau
That sounds like a known issue when opening an older .wixproj with a newer 
build of WiX. See my blog for an explanation and steps to resolve the issue:
http://blogs.msdn.com/jasongin/archive/2008/07/09/votive-project-platform-configurations.aspx


The schema errors reported by VS are a red herring. The MSBuild schema is open 
so that many kinds of new elements can be defined, which VS then doesn't know 
about.

-Jason-

-Original Message-
From: Chris Bardon [mailto:[EMAIL PROTECTED]
Sent: Monday, November 03, 2008 5:37 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] wix.targets problem in latest weekly build

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?





BuildOnlySettings;

PrepareForBuild;

PreBuildEvent;

ResolveReferences;

AddCompilerDefineConstants;

CompileAndLink;

GetTargetPath;

IncrementalClean;

PostBuildEvent





-
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


Re: [WiX-users] wix.targets problem in latest weekly build

2008-11-03 Thread Chris Bardon
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?
>
> 
>
> 
>
> BuildOnlySettings;
>
> PrepareForBuild;
>
> PreBuildEvent;
>
> ResolveReferences;
>
> AddCompilerDefineConstants;
>
> CompileAndLink;
>
> GetTargetPath;
>
> IncrementalClean;
>
> PostBuildEvent
>
> 
>
> 
>
>

-
> 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


Re: [WiX-users] wix.targets problem in latest weekly build

2008-11-03 Thread Simon Dahlbacka
see
http://blogs.msdn.com/jasongin/archive/2008/07/09/votive-project-platform-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?
>
> 
>
> 
>
> BuildOnlySettings;
>
> PrepareForBuild;
>
> PreBuildEvent;
>
> ResolveReferences;
>
> AddCompilerDefineConstants;
>
> CompileAndLink;
>
> GetTargetPath;
>
> IncrementalClean;
>
> PostBuildEvent
>
> 
>
> 
>
> -
> 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


[WiX-users] wix.targets problem in latest weekly build

2008-11-03 Thread Chris Bardon
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?
 




BuildOnlySettings;

PrepareForBuild;

PreBuildEvent;

ResolveReferences;

AddCompilerDefineConstants;

CompileAndLink;

GetTargetPath;

IncrementalClean;

PostBuildEvent





-
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