Re: [Coapp-developers] W00T: I've got test assemblies to properly demonstrate WinSxS binding policies!

2010-09-10 Thread Eric Schultz
But Rafael, does it use WinSxS? :) On Sep 11, 2010 12:28 AM, "Rivera, Rafael" wrote: > Yep, agreed. My Hello World app can print that xml out too. > > /rafael > > On 9/11/2010 12:33 AM, Nasser Dassi wrote: >> Ahem. That's not proof that you're NOT crazy. That's just proof that >> WinSxS binding p

Re: [Coapp-developers] W00T: I've got test assemblies to properly demonstrate WinSxS binding policies!

2010-09-10 Thread Rivera, Rafael
Yep, agreed. My Hello World app can print that xml out too. /rafael On 9/11/2010 12:33 AM, Nasser Dassi wrote: Ahem.  That's not proof that you're NOT crazy.  That's just proof that WinSxS binding policies is no lie. =) - nasser

Re: [Coapp-developers] W00T: I've got test assemblies to properly demonstrate WinSxS binding policies!

2010-09-10 Thread Nasser Dassi
Ahem. That's not proof that you're NOT crazy. That's just proof that WinSxS binding policies is no lie. =) - nasser On Fri, Sep 10, 2010 at 5:52 PM, Garrett Serack wrote: > A little Friday-afternoon proof that I’m not crazy! > > > > * > C:\root\projects\coapp\output\x86\debug\bin\testpackages

[Coapp-developers] W00T: I've got test assemblies to properly demonstrate WinSxS binding policies!

2010-09-10 Thread Garrett Serack
A little Friday-afternoon proof that I'm not crazy! C:\root\projects\coapp\output\x86\debug\bin\testpackages\appone-1.0.0.0>appone.exe C:\root\projects\coapp\output\x86\debug\bin\testpackages\appone-1.0.0.0>liba-1.0.0.1-policy.msi (installs the policy redirecting 1.0.0.0 to 1.0.0.1) C:\ro

Re: [Coapp-developers] Tool to generate test EXEs and DLLs for packages

2010-09-10 Thread Garrett Serack
:P I dunno... will it? Sadly, this is one of those things that I'd write in some "batch script language", but there are no good batch scripting languages on Windows. (I'm sorry... powershell just doesn't cut it.) So, my only option is to use something like C# and make as many extensions as I

Re: [Coapp-developers] Tool to generate test EXEs and DLLs for packages

2010-09-10 Thread Olaf van der Spek
On Fri, Sep 10, 2010 at 6:04 PM, Garrett Serack wrote: > Oh, and this is also a pretty example of programming in C# like it was Perl. I guess it won't pass the code review then. :p Olaf ___ Mailing list: https://launchpad.net/~coapp-developers Post to

Re: [Coapp-developers] Tool to generate test EXEs and DLLs for packages

2010-09-10 Thread Garrett Serack
Oh, and this is also a pretty example of programming in C# like it was Perl. I would not recommend this style of development for production code. :D G Garrett Serack | Open Source Software Developer | Microsoft Corporation I don't make the software you use; I make the software you use better on

[Coapp-developers] Tool to generate test EXEs and DLLs for packages

2010-09-10 Thread Garrett Serack
I just checked in the code to generate Windows side-by-side EXEs and DLLs to test packages in the lp:coapp-testpackagemaker project. (make sure you pull updates for coapp-solution and coapp-toolkit) Compile it using the coapp-solution\coapp-tools.sln solution file. WHAT IT DOES Bas