<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<BLOCKQUOTE>
<STYLE>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass EC_body.hmmessage
{font-size:10pt;font-family:Tahoma;}
</STYLE>
Hi,<BR>
<DIV>&nbsp;</DIV>
<DIV><STRONG>Windows Installer Executables using distutils</STRONG></DIV>
<DIV>&nbsp;</DIV>
<DIV>I am able to create windows installer executable using&nbsp;'python setup.py' on command prompt.</DIV>
<DIV>&nbsp;</DIV>
<DIV>using below code is written in 'setup.py'</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from distutils.core import setup</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setup(name='Test',<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; description="Python Test",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; version='0.1',<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; script_name = 'setup.py',<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; script_args = ['bdist_wininst','--install-script=post.py'],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; scripts = ['Post.py'],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; data_files = getDATA())</DIV>
<DIV>&nbsp;</DIV>
<DIV>Following are the issues need to be resolved after installing&nbsp;windows installer 'Test.exe'</DIV>
<DIV>&nbsp;</DIV>
<DIV>1.It installs at default location and creates a folder 'Test' under 'C:\Python24'</DIV>
<DIV>Question:&nbsp;Could you please suggest me how to change the default&nbsp;location using above mentioned code or can specify location on UI in windows installer ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>2. When we double click on windows installer 'Test.exe' it shows UI</DIV>
<DIV>Question: Another requirement:&nbsp;Can we suppress the UI? I am looking 'how to launch the executable installers (e.g ctypes-1.0.1.win32-py2.4.exe) for the prerequisites silently – i.e., without user interaction'</DIV>
<DIV><FONT face=Arial color=#0000ff></FONT>&nbsp;</DIV>
<DIV>Could you please help me or send me direct e-mail ids regarding 'Distributing python modules' so that i can communicate accordingly?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks</DIV>
<DIV>PG</DIV>
<DIV>&nbsp;</DIV><BR>
<HR>
Live the life in style with MSN Lifestyle. Check out! <A href="http://content.msn.co.in/Lifestyle/Default" target=_blank>Try it now!</A> </BLOCKQUOTE><br /><hr />Detailed profiles 4 marriage! Only at Shaadi.com <a href='http://ss1.richmedia.in/recurl.asp?pid=107' target='_new'>Try it!</a></body>
</html>