PDA

View Full Version : Where to download scraper?



lithandros
February 13th, 2011, 05:31
I'm looking to download the 4E scraper program, but all I can seem to find are .msi files. Are these somehow used independently? Is there some kind of guide that takes you from start to finish on using this stuff?

drahkar
February 13th, 2011, 10:41
msi files are Microsoft Windows Install files. The 4E Parser was written in .NET which requires windows to run.

EugeneZ
February 16th, 2011, 04:29
The 4E Parser was written in .NET which requires windows to run.

That's actually not strictly true. Mono is a set of .NET libraries for non-Windows-based systems. I've never asked Tenian to compile the parser under Mono, but I suspect the biggest roadblock will be the dialogs and such which use the Windows.Forms namespace rather than any of the actual parsing code. Although I haven't played with Mono for a while, maybe they now implement Windows.Forms using GTK or something....

Mind you, this has nothing at all to do with the original poster's question. An MSI is a Windows installer and will install the parser.