Just a side comment but like I said its my first time here and after
only 12 hours from my post I got back 5 comments from atheists and
none from a theist which means that either most theists have more
important things to do with their lives then waste time arguing with
atheists or that most theists today couldn't make it past round 1 in
such a discussion. And my fear is that it’s actually the latter...
(even though logic itself is on our side)

Now you start off with the “just because we don’t have all the
answers…” comment which shows me that in your mind things go something
like this:

There is “x” amount of knowledge possible in the universe. 100 years
ago, we had less then 1% of it while today we have as much as 5%. So
even though we don’t have the answer today, at some point in the
future we will be able to have an adequate explanation for these
questions. Yet how much of this knowledge do you think we would need
to acquire before we can explain either how the universe began from
nothing or how it always existed with inherent laws that made it
possible to be w
			

Neil Enns
Sun, 14 Sep 2008 20:47:49 -0700

Yes, that will do it. I assumed that's how you were adding this in the first 
place.

The pre- and post-build settings that you control via the project's property 
page are legacy and should never be used for extending the build process. You 
should always edit the .wixproj file directly and replace either the 
BeforeBuild or AfterBuild targets to do your work. You'll gain the full power 
of MSBuild for your build extensions. More information on this is available at 
http://blogs.msdn.com/msbuild/archive/2005/10/12/480212.aspx.

For information on how to edit project files easily within Visual Studio see 
http://blogs.msdn.com/msbuild/archive/2005/09/29/475164.aspx.

Neil

________________________________
From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Robert O'Brien [EMAIL 
PROTECTED]
Sent: Sunday, September 14, 2008 1:56 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] what setting causes current wix build output to land 
in bin\$(Configuration)\en-us versus bin\$(Configuration) where it always used 
to land

In my setup.wixproj I added the proposed Message command to the following 
Target setting and it did successfully dump the list of full culture specific 
TargetPath build output list as the last output in the build output window.   
So the trick I guess to processing the list of culture specific output would be 
to use Target AfterBuild msbuild task command that is %(list) aware versus 
postBuild event commands.
        <Target Name="AfterBuild">
<Message Importance="high" 
Text="$(TargetDir)%(EmbeddedResourceWithCulture.Culture)\$(TargetName)$(TargetExt)"
 />
        </Target>

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson
Sent: Saturday, September 13, 2008 9:20 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] what setting causes current wix build output to land 
in bin\$(Configuration)\en-us versus bin\$(Configuration) where it always used 
to land

Robert O'Brien wrote:
>                 The syntax of the command is incorrect.
>

That message is coming from cmd.exe; you need to put it in a target instead.

--
sig://boB
http://joyofsetup.com/



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

Reply via email to