<div>Win32 file properties</div><div><br></div>The code under the  <a href="https://github.com/tjguk/winshell" target="_blank">https://github.com/tjguk/winshell</a> was very helpful, I&#39;m able to retrieve the values.<div>
You are correct delving into how it all works it is very complicated.</div><div><br></div><div>Thanks</div><div>Damien.<br><br><div class="gmail_quote">On 29 May 2012 20:00,  <span dir="ltr">&lt;<a href="mailto:python-win32-request@python.org" target="_blank">python-win32-request@python.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send python-win32 mailing list submissions to<br>
        <a href="mailto:python-win32@python.org">python-win32@python.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://mail.python.org/mailman/listinfo/python-win32" target="_blank">http://mail.python.org/mailman/listinfo/python-win32</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:python-win32-request@python.org">python-win32-request@python.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:python-win32-owner@python.org">python-win32-owner@python.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of python-win32 digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Retrieve file property values (Tim Golden)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 28 May 2012 15:19:14 +0100<br>
From: Tim Golden &lt;<a href="mailto:mail@timgolden.me.uk">mail@timgolden.me.uk</a>&gt;<br>
Cc: <a href="mailto:python-win32@python.org">python-win32@python.org</a><br>
Subject: Re: [python-win32] Retrieve file property values<br>
Message-ID: &lt;<a href="mailto:4FC38962.5070002@timgolden.me.uk">4FC38962.5070002@timgolden.me.uk</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
On 27/05/2012 11:54, damien moloney wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; Have been unable to retrieve the windows file properties/attributes<br>
&gt; under &quot;Subject&quot;, and &quot;Description&quot;. for .msi files on a Win XP c using<br>
&gt; win32api. Have been able to get version type info,<br>
&gt; but unable to get much more. I came across the following &quot;fromwin32com<br>
&gt; importstoragecon # constants related to storage functions.&quot; which looked<br>
&gt; promising but fell over as the .msi files I was looking at are not<br>
&gt; &quot;storage files&quot;. Any ides on where next.<br>
<br>
This is a bit more complicated than you might like. I have<br>
a half-hearted example here:<br>
<br>
<br>
<a href="http://timgolden.me.uk/python/win32_how_do_i/get-document-summary-info.html" target="_blank">http://timgolden.me.uk/python/win32_how_do_i/get-document-summary-info.html</a><br>
<br>
and the in-dev version of my winshell module includes some more<br>
general-purpose code which you might at least want to look at<br>
even though it&#39;s not 100% at the moment:<br>
<br>
  <a href="https://github.com/tjguk/winshell" target="_blank">https://github.com/tjguk/winshell</a><br>
<br>
Part of the difficulty is that Windows has switched between two<br>
approaches to this area which doesn&#39;t help when trying to get<br>
examples.<br>
<br>
TJG<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
python-win32 mailing list<br>
<a href="mailto:python-win32@python.org">python-win32@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-win32" target="_blank">http://mail.python.org/mailman/listinfo/python-win32</a><br>
<br>
<br>
End of python-win32 Digest, Vol 110, Issue 30<br>
*********************************************<br>
</blockquote></div><br></div>