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

2010-09-12 Thread Garrett Serack
s+garretts=microsoft@lists.launchpad.net] on behalf of Jernej Simončič [jernej+s-launch...@eternallybored.org] Sent: Sunday, September 12, 2010 10:00 AM To: Garrett Serack on [coapp-developers] Subject: Re: [Coapp-developers] Tool to generate test EXEs and DLLs for packages On Friday, Septembe

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

2010-09-12 Thread Jernej Simončič
On Friday, September 10, 2010, 18:23:12, Garrett Serack wrote: > So, my only option is to use something like C# and make as many > extensions as I can to make it easier. What about JScript and VBScript (through cscript.exe)? -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > Never in

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

2010-09-12 Thread ml
On Fri, 10 Sep 2010 16:23:12 + Garrett Serack wrote: > 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.) I haven't been able to get used to Powersh

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

2010-09-10 Thread Garrett Serack
m] Sent: Friday, September 10, 2010 9:17 AM To: Garrett Serack Cc: coapp-developers@lists.launchpad.net Subject: Re: [Coapp-developers] Tool to generate test EXEs and DLLs for packages On Fri, Sep 10, 2010 at 6:04 PM, Garrett Serack wrote: > Oh, and this is also a pretty example of programming in

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