<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>&#8235;הבלוג של צחי &#187; mozip.net&#8236;</title>	<atom:link href="http://tsahiasher.co.il/archives/tag/mozipnet/feed" rel="self" type="application/rss+xml" />
	<link>http://tsahiasher.co.il</link>
	<description>&#8235;קצת פוליטיקה, קצת טכנולוגיה, ודברים אחרים.&#8236;</description>	<lastBuildDate>Sat, 19 May 2012 09:12:27 +0000</lastBuildDate>
	<language>he</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>&#8235;mozip.NET 2.0 released&#8236;</title>		<link>http://tsahiasher.co.il/archives/35</link>
		<comments>http://tsahiasher.co.il/archives/35#comments</comments>
		<pubDate>Sat, 04 Aug 2007 11:05:45 +0000</pubDate>
		<dc:creator>&#8235;צחי&#8236;</dc:creator>				<category><![CDATA[general]]></category>
		<category><![CDATA[מחשבים]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[mozip.net]]></category>

		<guid isPermaLink="false">http://tsahi.spd.co.il/?p=35</guid>
		<description><![CDATA[&#8235;i haven't written about mozip.NET, my pet software project, in quite a while, even when i had what to write about. mozip.NET is a small program i wrote to help with the localization of SeaMonkey, the community continuation of Mozilla &#8230; <a href="http://tsahiasher.co.il/archives/35">להמשיך לקרוא <span class="meta-nav">&#8592;</span></a>&#8236;]]></description>			<content:encoded><![CDATA[<div dir="rtl"><p style="text-align: left;" dir="ltr">i haven't written about mozip.NET, my pet software project, in quite a while, even when i had what to write about. mozip.NET is a small program i wrote to help with the localization of SeaMonkey, the community continuation of Mozilla Suite. mozip.NET allows localizers build a localized installer of SeaMonkey for windows, without compiling the whole thing.</p>
<p style="text-align: left;" dir="ltr">Version 2.0 is based on version 2.0 of the .NET Framework, and utilizes some of it's new controls. this makes it look very nice, with 3D toolbar and an Office 2003 style menus. in addition, it gives you an opportunity to give a file you extract from the installer a new name, if a file by the same name already exists at the target folder. it also remembers your last extract folder between sessions, and the last window size (this last feature actually gave me some trouble, and was eventually introduced in a minor update, i numbered 2.0.1). other than that, there are the features already present in previous versions, of adding files, testing the integrity, and deleting files.</p>
<p style="text-align: left;" dir="ltr">If you find this interesting, you can download it <a href="http://sourceforge.net/project/showfiles.php?group_id=42516&amp;package_id=152562">here</a>.</p>
<p style="text-align: left;" dir="ltr">I would have attached an image here, but for some reason Yahoo! insists on jpeg images. I guess you'll have to download it to see it then&#8230;</p>
</div>]]></content:encoded>			<wfw:commentRss>http://tsahiasher.co.il/archives/35/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;mozip.NET update&#8236;</title>		<link>http://tsahiasher.co.il/archives/128</link>
		<comments>http://tsahiasher.co.il/archives/128#comments</comments>
		<pubDate>Sat, 30 Jul 2005 14:05:09 +0000</pubDate>
		<dc:creator>&#8235;צחי&#8236;</dc:creator>				<category><![CDATA[general]]></category>
		<category><![CDATA[מחשבים]]></category>
		<category><![CDATA[mozip.net]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://tsahi.spd.co.il/?p=128</guid>
		<description><![CDATA[&#8235;at first, i tought to use the existing mozip as a library, and call the relevant functions from the C# code. but since mozip is so command-line oriented, i reached a conclusion this won't be possible without serious modifications to &#8230; <a href="http://tsahiasher.co.il/archives/128">להמשיך לקרוא <span class="meta-nav">&#8592;</span></a>&#8236;]]></description>			<content:encoded><![CDATA[<div dir="rtl"><p style="text-align: left;" dir="ltr">at first, i tought to use the existing mozip as a library, and call the relevant functions from the C# code. but since mozip is so command-line oriented, i reached a conclusion this won't be possible without serious modifications to the original code, that will in effect make it useless for the original mozip. so i decided to port mozip to C# entirely, and call all the Win32 API it uses from the C# code. this isn't so trivial, since the Win32 API is in C, but C# has a special syntax for accomplishing that, and that worked out nicely. i was even able to pass a C# function to the API C function to run.</p>
<p style="text-align: left;" dir="ltr">so far i wrote the part that opens the installer and displays the moduls in it. now i have to clear the bugs from it so it actually works <img src='http://tsahiasher.co.il/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: left;" dir="ltr">while at it i found some problems in the original code, such as un-released memory, unused variables, what seems like insufficient memory allocation, one function that is never called from anywhere else, and terrible indentation. i'll sum this up and send it to piaip, the mozip creator.</p>
</div>]]></content:encoded>			<wfw:commentRss>http://tsahiasher.co.il/archives/128/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;mozip.NET&#8236;</title>		<link>http://tsahiasher.co.il/archives/137</link>
		<comments>http://tsahiasher.co.il/archives/137#comments</comments>
		<pubDate>Wed, 29 Jun 2005 11:04:03 +0000</pubDate>
		<dc:creator>&#8235;צחי&#8236;</dc:creator>				<category><![CDATA[general]]></category>
		<category><![CDATA[מחשבים]]></category>
		<category><![CDATA[mozip.net]]></category>

		<guid isPermaLink="false">http://tsahi.spd.co.il/?p=137</guid>
		<description><![CDATA[&#8235;mozip is a small command line utility written by Hung-Te Lin. it is used by Mozilla Suite localizers to create localized installers for Windows, because it can add and remove packages from the install program. in the coming weeks, i &#8230; <a href="http://tsahiasher.co.il/archives/137">להמשיך לקרוא <span class="meta-nav">&#8592;</span></a>&#8236;]]></description>			<content:encoded><![CDATA[<div dir="rtl"><p style="text-align: left;" dir="ltr"><a href="http://moztw.org/tools/">mozip</a> is a small command line utility written by Hung-Te Lin. it is used by Mozilla Suite localizers to create localized installers for Windows, because it can add and remove packages from the install program.</p>
<p style="text-align: left;" dir="ltr">in the coming weeks, i plan to build a GUI version of it, so we won't need to open a dos box in order to use it. as a first step, i compiled its source with the <a href="http://www.zlib.net/">zlib</a> source, with no particular problems. i don't know how to create a UI for windows using the Windows API or MFC, but i do know C#, which is quite easy. since C# can use libraries compiled in C or C++, this seems like the obvious option.</p>
</div>]]></content:encoded>			<wfw:commentRss>http://tsahiasher.co.il/archives/137/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

