Ayende @ Rahien

Unnatural acts on source code

Unity Annoyances

This has nothing to do with the code itself, and anything to do with how it is managed. Take a look here:

image

The weekly drop is an MSI. I don't like MSI. They taint my system, put things in places I don't want, and in general annoys me.

Okay, so let us just grab the source directly, right? That is what I tend to do anyway.

Oh, I forgot, there isn't any source repository available.

image

A zip file is the least I would expect.

Comments

dru
03/24/2008 05:40 PM by
dru

+100 to that idea.

Neil
03/24/2008 06:14 PM by
Neil

Not only that, but what is 'Marsh (sic.) 12'?

Mario A Chavez
03/24/2008 06:38 PM by
Mario A Chavez

I'm with you on this, I hate these pesky msi files, just publish a simple and plain old good zip

Manuel Abadia
03/24/2008 06:54 PM by
Manuel Abadia

With 7-zip (http://www.7-zip.org/) you can see what is inside a MSI file and extract the data that is inside it without having to run the MSI file.

The only downside of this is that the you may have to manually rename files and/or do other tasks like register DLLs, create VDIRs etc that are performed by the MSI.

Steve
03/24/2008 08:58 PM by
Steve

This has long annoyed me too, +1 for 7zip and Fezzik + gvim for renaming the files =)

The Other Steve
03/24/2008 09:21 PM by
The Other Steve

At least you get the source code. A lot of Microsoft stuff they've put up on codeplex.com are just links to msi installs with no source which is even more annoying.

Ayende Rahien
03/24/2008 09:33 PM by
Ayende Rahien

That is in violation of the CodePlex terms of service.

Please complain to the CodePlex about it

Glenn Block
03/25/2008 05:57 PM by
Glenn Block

Thansk Oren, this is a good idea. We'll look into it.

Comments have been closed on this topic.